Houdini 20.0 Nodes VOP nodes

Regex Split VOP node

Splits the given string based on regex match.

On this page
Since 14.0

Inputs

Regex

The regular expression to split with.

String

The string to split.

MaxSplit

The maximum number of splits to perform. If 0 then replace all instances.

Outputs

Result

String array full of tokens split by the regex.

See also

VOP nodes