Closed konstantinbe closed 12 years ago
Depending on the format of the string I'd like have more control how the string is split into words. For example, in a regular english sentence, I'd want camel cased words not to be split:
"Konstantin's MacBook Pro is awesome!"
should result in:
["Konstantins", "MacBook", "Pro", "is", "awesome"]
Obsolete.
Depending on the format of the string I'd like have more control how the string is split into words. For example, in a regular english sentence, I'd want camel cased words not to be split:
should result in: