I
Ivan Demkovitch
Hi!
I have a string like:
"partly cloudy and warm. high around 70. south wind 10 to 15 mph."
I want to make 1st char upper case and every char after ". " in uppercase as
well.
What would be the easiest way? (I know how to do it char by char
)
TIA
I have a string like:
"partly cloudy and warm. high around 70. south wind 10 to 15 mph."
I want to make 1st char upper case and every char after ". " in uppercase as
well.
What would be the easiest way? (I know how to do it char by char

TIA