Houdini 20.0 Nodes VOP nodes

Regex Findall VOP node

Finds all instances of the given regular expression in the string.

On this page
Since 14.0

Inputs

Regex

The regex expression to find.

String

The string to search in.

Start

The beginning string index to search for, inclusive.

End

The ending string index to search for, exclusive.

Outputs

Found

Array of strings matching the entire expression (no capture groups).

See also

VOP nodes