Feature Request
Background
This is great library and neat implementation with regex.
But the function style leads to nested function argument
capitalizeWords(camelCase("string"))
Request
to have string.prototype implementation to have neat and clean chained function
"string example".camelWord().capitilizeWords()
Feature Request
Background
This is great library and neat implementation with regex.
But the function style leads to nested function argument
Request
to have
string.prototypeimplementation to have neat and clean chained function