convert_text_to_camelcase
Transform text strings into camelCase format for programming and development use. Converts phrases like 'hello world' to 'helloWorld' and 'my-variable-name' to 'myVariableName'.
Instructions
Convert text to camelCase format. Example: 'hello world' → 'helloWorld', 'my-variable-name' → 'myVariableName'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to convert to camelCase |