case_to_camel
Transform text into camelCase format, optionally specifying a delimiter between words and locale for case conversion.
Instructions
Convert text to camelCase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to camelCase | |
| delimiter | No | The character to use between words (optional) | |
| locale | No | Locale for case conversion (optional) | |
| mergeAmbiguousCharacters | No | Whether to merge ambiguous characters (optional) |