Справка Houdini на русском Nodes VOP nodes

Regex Split VOP node

Splits the given string based on regex match.

On this page

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