To Sentence case |
Top Previous Next |
Converts the first letter of each sentence of the text to uppercase Syntax
{#sentenceCase textToConvert#} textToConvert: the first letter of the first word of each sentence in the text will be converted to uppercase
Example Phrase: {#sentenceCase good morning. thanks for your email.#}
Result: Good morning. Thanks for your email. |