Possible Duplicate:
Regular expression, split string by capital letter but ignore TLA
I have a string which is a combination of several words, each word is capitalized.
For example: SeveralWordsString
Using C#, how do I split the string into “Several Words String” in a smart way?
Thanks!
Use this regex (I forgot from which stackoverflow answer I sourced it, will search it now):
I use it in this project: http://www.ienablemuch.com/2010/12/intelligent-brownfield-mapping-system.html
[EDIT]
I found it now: How do I convert CamelCase into human-readable names in Java?
Nicely split “TodayILiveInTheUSAWithSimon”, no space on front of ” Today”:
Output: