case_to_pascal_snake
Converts text to Pascal_Snake_Case, with support for custom delimiters and locale-based conversion.
Instructions
Convert text to Pascal_Snake_Case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to Pascal_Snake_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) |