Hi,
I tried to find letter after period and capitalize it using StringReplacer but it did not work. Is it possible to accomplish such a thing with the StringReplacer? For example: Condition: good. ensure continuous maintenance. The result should be like this: Condition: good. Ensure continuous maintenance.

Text to Replace: (^[a]|\. [a-z])
Replacement txt: .\U$1 also \U\1 won’t work.
Thanks
Leida