Module conform::make [] [src]

Functions

camel

Converts any case into camelCase.

constant

Converts any case into CONSTANT_CASE.

kebab

Converts any case into kebab-case.

lower

Converts any case into lower case ignoring separators.

pascal

Converts any case into PascalCase.

sentence

Converts any case into traditional sentence case without capitalizing the first letter.

snake

Converts any case into snake_case.

title

Converts any case into title case where every word is capitalized.

train

Converts any case into Train-Case.

trim

Removes leading and trailing whitespaces.

trim_left

Removes leading whitespaces.

trim_right

Removes trailing whitespaces.

upper

Converts any case into UPPER CASE ignoring separators.