Skip to main content

$camelCase

The $camelCase operator converts a string to camelCase format.

Input

  • A single string value

Output

  • The input string converted to camelCase format

Examples

Convert to CamelCase

Result: "helloWorldTest"

Convert with Hyphens

Result: "convertThisToCamel"

Field Value

Result: The input_text field converted to camelCase format