Skip to main content

Quantela platform user manual

To Camel Case

Description

Converts the input string to camel case. Camel case is all lower case except letters after word boundaries which are uppercase. e.g. thisIsCamelCase.

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.