case_to_sentence
Convert text to Sentence case, capitalizing the first letter of each sentence. Supports optional delimiters, locale, and merging ambiguous characters.
Instructions
Convert text to Sentence case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to Sentence case | |
| delimiter | No | The character to use between words (optional) | |
| locale | No | Locale for case conversion (optional) | |
| mergeAmbiguousCharacters | No | Whether to merge ambiguous characters (optional) |