Connectors
Text Manipulation
Icon

Text Manipulation Component

Quickly build integrations connecting your SaaS to the other products your customers use.

About the Text Manipulation Component

Perform common operations on strings and arrays of strings

Actions

Action NameAction Description
JoinJoin strings together using an optional separator to form a single string.
Lower CaseConvert the input string to lower case
Match RegexMatch a string against a regular expression
Find & ReplaceFind and replace all instances of one substring with another
Find & Replace Multiple SubstringsFind and replace all instances of multiple substrings with another
Extract SubstringExtract a substring from a string
Split StringSplit a string into a list of strings on a separator character
Remove WhitespaceRemove leading and trailing whitespace from a string
Upper CaseConvert the input string to UPPER CASE
Encode Base64Convert the input string or file to base64 encoding
Decode Base64Convert the input string from base64 encoding
HTML EncodeConvert input string to HTML-encoded equivalent
HTML DecodeDecode HTML-encoded input string
Split LinesSplit a block of text on newline characters (\n)
Join LinesJoin strings together with a newline character
String LengthGet the length of a string