Matches by Regex

Find all the matches in a string by regex pattern

Description

Finds all the matches in a specified string by the inputted pattern. This block uses the current input as the default value

Properties

Regex

The pattern to compare the string

Returns

Returns the matches if any

Last updated