31.05.2012, 08:02
Example I have string "abc"
I want to replace him with "Abc"
more example "{Space}abc" -> "{Space}Abc"
the {Space} mean " " 1 space
I want to replace the first char that start with letter from low to high.
I want to replace him with "Abc"
more example "{Space}abc" -> "{Space}Abc"
the {Space} mean " " 1 space
I want to replace the first char that start with letter from low to high.