Expand description
Provides conversion to and detection of camel case strings.
Example string camelCase
Functionsยง
- is_
camel_ case - Determines if a
&stris camelCase bool`` - to_
camel_ case - Converts a
&strto camelCaseString
Provides conversion to and detection of camel case strings.
Example string camelCase
&str is camelCase bool``&str to camelCase String