Skip to main content

$kebabCase

The $kebabCase operator converts a string to kebab-case format.

Input

  • A single string value

Output

  • The input string converted to kebab-case format

Examples

Convert to Kebab Case

Result: "hello-world-test"

Convert with Capital Letters

Result: "convert-this-to-kebab"

Field Value

Result: The input_text field converted to kebab-case format