Houdini 20.5 Nodes APEX Nodes

string::CamelCase

Converts a string to CamelCase style.

On this page
Since 20.5

Converts a string to CamelCase style by first splitting string into words separated by the characters in separators, then concatenating each word into a single string by uppercasing the first letter and lowercasing all the other letters.

Inputs

string: String

The input string to convert.

separators: String

Characters used to split the input string.

capitalizefirst: Bool

If set to True, the first word is capitalized.

Outputs

camelcase: String

The string converted to CamelCase style.

See also

APEX Nodes