Skip to main content



Text Templates

Text templates are used to lookup or modify text values.

Template nameTemplate formatReturn type
matches regular expression<text> matches regular expression <regex pattern>Boolean
matches wild card expression<text> matches regular expression <wild card pattern>Boolean
with no leading or trailing spaces<text> with no leading or trailing spacestext
with whitespace removed<text> with whitespace removedtext
contains whitespace<text> contains whitespaceBoolean
contains<text> contains <text>Boolean
starts with<text> starts with <text>Boolean
ends with<text> ends with <text>text
the leftthe left <number> of characters in <text>text
the righ tthe right <number> of characters in <text>text
t he middlethe middle <number> of characters in <text> starting with character <number>text
length ofthe length of <text>text
formatted as currency<number> formatted as currencytext
formatted as hexadecima l<number> formatted as Hexadecimaltext
formatted as number<number> formatted as numbertext
formatted as percen t<number> formatted as percenttext
formatted as scientific<number> formatted as scientifictext
combinecombine <value> with <value>text
concatenateconcatenate <values> or use the & operator: <text> & <text>text
formatformat <date> as <format> (Note: templates for<format> are long date,long datetime, long time,short date, short datetime,short time, yearmonth)text
get position ofget position of <search text> in <target text>number
replacereplace <old text> in <text> with <new text>text
r eplace patternreplace <regex pattern> in <text> with <text>text
select text fromselect text from <text> which matches regular expression <regex pattern>text
with invalid JSON characters escaped<text> with invalid JSON characters escapedtext