Skip to main content
The RegexMatch node checks if a text string contains a match for a given regular expression pattern. It searches the input string and returns a simple yes/no result indicating whether the pattern was found anywhere in the text. You can adjust how the search works by enabling options like case-insensitive matching or multiline mode.

Inputs

ParameterDescriptionData TypeRequiredRange
stringThe text string to search for matchesSTRINGYes-
regex_patternThe regular expression pattern to match against the stringSTRINGYes-
case_insensitiveWhether to ignore case when matching (default: True)BOOLEANNo-
multilineWhether to enable multiline mode for regex matching (default: False)BOOLEANNo-
dotallWhether to enable dotall mode for regex matching (default: False)BOOLEANNo-

Outputs

Output NameDescriptionData Type
matchesReturns True if the regex pattern matches any part of the input string, False otherwiseBOOLEAN
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub

Source fingerprint (SHA-256): 4f0fa717bde7406e42d9a99599eab546690140166d2bb01bb4fde3c5d60e0397