Skip to main content

Quantela platform user manual

To Snake Case

Description

Converts the input string to snake case. The output text will be all lower case with underscores as word boundaries. e.g. this_is_snake_case.

Input

String or JSON

Output

String or JSON

Attempt to be context aware

Apply context-aware rules to correctly transform variable and function names.

IsCollection

If True then the input parameter is a JSON collection, otherwise it is simply a string.

IteratorKey

If the input parameter is a JSON collection, then this parameter indicates the specific attributes in the collection that the function is to operate on.