No connection required; this utility connector works out of the box.
Tools
match: Find all matches
match: Find all matches
extract: Extract capture groups
extract: Extract capture groups
replace: Replace by regex
replace: Replace by regex
split: Split by regex
split: Split by regex
test: Test if pattern matches
test: Test if pattern matches
escape: Escape special characters
escape: Escape special characters
Escape regex special characters so a string can be used as a literal pattern.Example request:Example response:
string
required
Text to escape.
validate: Check if regex is valid
validate: Check if regex is valid
count: Count matches
count: Count matches