case_to_no
Convert text to lowercase, removing case distinctions. Supports custom delimiters and locale settings for accurate transformation.
Instructions
Convert text to no case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to no 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) |