In fact what you create is more a Pascal case than a Camel case
Regards
I even doubt for the Pascal case. This component (at least the try now demo) is making the string capitalized. Making the first letter uppercase for each word, and the rest of the string smaller case.
While, PascalCase, camelCase, snake_case, kebab-case are the practice of writing words without spaces.
PascalCase
original string: Swatantra Kumar
Pascal Case: SwatantraKumar
camelCase
Camel Case: swatantraKumar
Hello Swatantra. You are 100% right. I pretend to show that is very far from been Camel Case.
That's indeed correct.
I think this is more Title Case.
Yes, it is Title Case.
You also have the aplication Common Utils that has many of the functions, and can maybe replace this one.
And there is Text Cases application that have some more functions.