Convert strings between 13 naming conventions: Snake case, Camel case, Kebab case, Pascal case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Title case, Sentence case and Dot notation.
php title-case camel-case kebab-case snake-case pascal-case lower-case sentence-case ada-case train-case cobol-case macro-case upper-case convert-strings
-
Updated
Dec 21, 2024 - PHP