← Back to the Data Processing category

Regex Match

This node tests if a string matches a regular expression pattern.

TextRegexMatch
Try this node

Inputs

NameTypeRequiredDescription
stringstringYesThe string to test.
patternstringYesThe regex pattern.
flagsstringNoRegex flags (e.g. 'i', 'g', 'm'). Optional.

Outputs

NameTypeDescription
resultbooleanTrue if the string matches the pattern, false otherwise.

Related Nodes in Data Processing