Hi,
I have a string, which contains a few English sentences. But it’s like as though a 14yo wrote it on a forum, it’s ALL-CAPS. Is there something like @ProperCase which makes everything lowercase except for the first letter in the first word of each sentence?
Subject: RE: Capitalise first letter in sentence
“By golly!” He said. There’s no single function, and it is not an easy problem in general. As benjamin franklin said, just because a word is not at the beginning of a sentence, doesn’t mean it shouldn’t be capitalized, does it? and a sentence doesn’t necessarily end with a period; question mark, quote, and others can also be the end. Nor does a new sentence start every time you have a period, exclamation point etc. Since periods are also used for abbreviations and other things are used inside of quotes. I think a person will have to fix these documents.
You could save a lot of work by writing a program to adjust the capitalization, but it’s not always going to guess right. I would do this in LotusScript, but I guess you can write a formula using @For and state variables to scan the string.