I need to set uppercase letters to every word in the text starting from the second one. These words always have an underscore at the beginning and the text does not have a fixed length. I have no clue on how to do this.
Example:
input: my_little_green_house
result: my_Little_Green_House
Any help will be greatly appreciated.
Try this:
Explain:
Guys, I intent to make a fiddle but http://phpfiddle.org/ is down, anyone have an alternative php fiddle over here?