I want to make sure that the first letter of each sentence is capitalized in the output text in a field.
I thought the easy way was to use the sentence chunk. But it seems that the sentence chunk does not work with a sentence that starts with a lowercase character after a period.
Example:
Code: Select all
Put the number of sentences of "sentence one. sentence two. sentence three."
and
Code: Select all
Put the number of sentences of "sentence one. Sentence two. sentence three."
So I guess this has something to do with the ICU library?
Anyone know an easy solution to this?