Module camelcase

Source
Expand description

Provides conversion to and detection of camel case strings.

Example string camelCase

Functionsยง

is_camel_case
Determines if a &str is camelCase bool``
to_camel_case
Converts a &str to camelCase String