Convert string to snake_case
Convert string to camelCase
The string to convert
Returns string in camelCase
Capitalize first char of string
Returns string with first char capitalized
Convert string to lowerCase
The string to convert
Returns string in lowercase
Removes leading and trailing whitespace or specified characters from string.
The string to trim.
Trimmed string
Convert wildcard string to RegExp. Like hel*o
becames /hel.*o/
pattern to convert
flags for created regex 'igm'
Constructed regexp
Spit string into words
The string to split
Matched words
Generated using TypeDoc
Convert string to kebab-case
The string to convert
Returns string in kebab-case