Returns an array of words in the string
The camel case word to split.
Throws an error if the input is not a string.
strSplitCamelCase('someCamel10Case')//=> ['some', 'Camel10', 'Case'] Copy
strSplitCamelCase('someCamel10Case')//=> ['some', 'Camel10', 'Case']
Generated using TypeDoc
Returns an array of words in the string