Module inflector::cases::camelcase [] [src]

Provides conversion to and detection of camel case strings.

Example string camelCase

Functions

is_camel_case

Determines if a String is camelCase bool``

to_camel_case

Converts a String to camelCase String