I have a string like this "HelloWorldMyNameIsCarl" and I want it to become something like "Hello_World_My_Name_Is_Carl". How can I do this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, regular expressions can do that for you:
The expression As Piligrim pointed out, this solution does not work for arbitrary languages. To catch any uppercase letter defined by the Unicode stardard we need the Unicode 4.1 subproperty
Thanks Piligrim. |
|||||||||||||||||
|
|
Is this homework? To get you started:
|
|||||||||||||||
|
|
Here's a hint to get you thinking along a possible solution:
Useful keywords:
|
|||||||||||||||||
|