case_to_snake
Convert text to snake_case by replacing spaces and separators with underscores for consistent naming in code.
Instructions
Convert text to snake_case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to transform to 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) |