Questions About This Tool
Is Title Case based on AP or Chicago style?
No. It is simple title case that capitalizes word starts. Editorial rules should be applied separately.
What happens to punctuation in snake_case?
Identifier modes use Unicode letters and numbers as words, so punctuation acts as a separator and is not copied.
Can it convert existing camelCase?
It splits common lowercase-or-number to uppercase boundaries before creating the selected identifier style.
Does it support Unicode letters?
Yes. Word extraction and letter casing use Unicode-aware JavaScript expressions and methods.