Hi, I am currently having problem on doing the step to capitalized the letter after a period ("."). Hope to get help when iterating the string, how to apply the changes to the following letter?
Here is my code, currently I am only able to get the capitalized letter to be add after the letter but not changing it to uppercased letter.
the “a” after “.” should be replaced with capitalized “A” instead of added to behind. Seeking a way to solve it.
Thanks.