Capitalization and naming styles explained
UPPERCASE and lowercase change letter case without restructuring the text. Sentence case lowercases the input and capitalizes the beginning of sentences. Simple Title Case capitalizes each word.
Developer naming modes reshape whitespace-separated words into camelCase, PascalCase, snake_case, kebab-case or CONSTANT_CASE for identifiers, configuration values and code conventions.
camelCaseexampleVariableName
PascalCaseExampleVariableName
snake_caseexample_variable_name
kebab-caseexample-variable-name
CONSTANT_CASEEXAMPLE_VARIABLE_NAME
Simple Title Case is not an editorial style guide
Toolmera’s Simple Title Case capitalizes every word. It does not apply AP, Chicago, APA or MLA rules for articles, conjunctions, prepositions or other minor words.
If a publication requires a specific editorial style, use the conversion as a starting point and review the result against that style guide.