Houdini 21.0 Nodes APEX nodes

string::RegexMatch

Matches an input string against a regular expression.

On this page
Since 21.0

Returns True if input matches regex. Returns False if input does not match regex, or regex is invalid.

Inputs

regex: String

The regular expression.

input: String

The string to match against the regular expression.

Outputs

success: Bool

Returns True if input matches regex.

See also

APEX nodes