String:RegexMatch

Last updated 5 August 2026

String:RegexMatch alllows you to filter

for certain patterns in strings and isolate

these parts, using regular expression*.

Pin Info

Input 1: Input [String]

Input 2: Regex [String]

1-String[String]: This string is checked for the bufferedRegex pattern, all matches are emitted in a pack.

2-Regex[String]: Stores the Input as new Regex patternin the node buffer.

Output 1: Matches [Pack]

1-Matches[Pack]: Emits all instances where the bufferedpattern is found in the input String, or an empty Packif none where found.

Node Parameters

Regex: Defines the Regular expression Pattern to look in the input String. Editing this string will show result with last input.

Expand:

Ignore case: If enabled, the Node will match upper and lower case characters in inputs even if only one of them is in the pattern.