case_to_constant
Transform text into CONSTANT_CASE (screaming snake case) for programming constants and identifiers.
Instructions
Convert text to CONSTANT_CASE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to CONSTANT_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) |