No connection required. This utility connector works out of the box.
Tools
split: Split text by delimiter
split: Split text by delimiter
join: Join strings together
join: Join strings together
replace: Find and replace
replace: Find and replace
string
required
Source text.
string
required
String or regex pattern to find.
string
required
Replacement text.
boolean
default:"false"
Treat search as a regular expression.
boolean
default:"true"
Replace all occurrences (or just the first).
string
default:"g"
Regex flags (when
isRegex is true).trim: Remove whitespace
trim: Remove whitespace
case: Convert text case
case: Convert text case
truncate: Truncate with ellipsis
truncate: Truncate with ellipsis
pad: Pad text to length
pad: Pad text to length
slugify: Convert to URL slug
slugify: Convert to URL slug
reverse: Reverse text
reverse: Reverse text
count-words: Count words
count-words: Count words
count-chars: Count characters
count-chars: Count characters
substring: Extract substring
substring: Extract substring
repeat: Repeat text
repeat: Repeat text
contains: Check if text contains substring
contains: Check if text contains substring
starts-with: Check prefix
starts-with: Check prefix