Skip to main content
The Regex Tools connector provides regular expression operations for pattern matching, extraction, and text manipulation.
No connection required; this utility connector works out of the box.

Tools

string
required
Text to search.
string
required
Regular expression pattern.
string
default:"g"
Regex flags (e.g., g, i, m).
Example request:
Example response:
string
required
Text to search.
string
required
Pattern with capture groups.
string
default:"g"
Regex flags.
Example request:
Example response:
string
required
Source text.
string
required
Regex pattern.
string
required
Replacement string. Use $1, $2 for capture groups, $& for full match.
string
default:"g"
Regex flags.
Example request:
Example response:
string
required
Text to split.
string
required
Regex pattern.
number
Maximum number of splits.
Example request:
Example response:
Returns true or false.
string
required
Text to test.
string
required
Regex pattern.
string
default:""
Regex flags.
Example request:
Example response:
Escape regex special characters so a string can be used as a literal pattern.
string
required
Text to escape.
Example request:
Example response:
string
required
Regex pattern to validate.
string
default:""
Regex flags.
Example request:
Example response:
string
required
Text to search.
string
required
Regex pattern.
string
default:"g"
Regex flags.
Example request:
Example response:
Returns start and end positions of each match.
string
required
Text to search.
string
required
Regex pattern.
string
default:"g"
Regex flags.
Example request:
Example response: