String
Last updated
Was this helpful?
Last updated
Was this helpful?
Concatenates multiple strings into a single string. Treats NULL values as an empty string. –>
string
@expression
true
-
Determines whether a string is a suffix of another string –>
boolean
@expression
true
-
@expression_2
true
-
string
@expression
true
-
@format_string
true
-
integer
@variable
true
-
string
@variable
true
-
string
@variable
true
-
@pattern
false
-
@return_length
true
-
string
@expression
true
-
@pattern
false
-
string
@variable
true
-
@normalization_mode
any of: NFC
, NFKC
, NFD
, NFKD
false
(NFC (default))
boolean
@variable
true
-
@regex
true
-
string
@variable
true
-
@regex
true
-
string
@variable
true
-
@regex
true
-
@expression_2
false
-
string
@expression
true
-
@literal
true
-
string
@expression
true
-
@match
true
-
@expression_2
false
-
string
@expression
true
-
string
@variable
true
-
@pattern
false
-
@return_length
true
-
string
@expression
true
-
@pattern
false
-
boolean
@expression
true
-
@expression_2
true
-
integer
@expression
true
-
@match
true
-
string
@expression
true
-
@position
true
-
@length
false
-
string
@expression
true
-
@pattern
false
-
dynamic (input-dependent)
@variable
true
-
s or s
any
or
any
or
any
Creates a formatted string from input variables. Similar to the C printf function. –>
s or s
any , , , , ,
any
Returns the number of characters in a string variable –>
any
Return string value to lowercase –>
any
Pad a string to the left with characters up to a certain total length –>
any
or
any
or
any
Removes all leading characters that match the provided pattern –>
or
any
or
any
Normalization is used to ensure that two strings are equivalent. Normalization is often used in situations in which two strings render the same on the screen but have different Unicode code points. –>
any
Match a variable's values against a regular expression –>
any
any
Returns the first substring that matches a regular expression –>
any
any
Replaces all substrings that match a given regular expression with a new string –>
any
any
or
any
Return a string of a provided value repeated a set number of times –>
or
any
any
Replaces all substrings that match a given string with a replacement string –>
or
any
or
any
or
any
Reverses a string –>
or
any
Pad a string to the right with characters up to a certain total length –>
any
or
any
or
any
Removes all trailing characters that match the provided pattern –>
or
any
or
any
Determines whether a string is a prefix of another string –>
or
any
or
any
Returns the 1-based index of the first occurrence of a substring within a string. Returns 0 if not found. –>
or
any
or
any
Return the substring of a specified string –>
or
any
or
any
or
any
Removes all leading and trailing characters that match the provided pattern –>
or
any
or
any
Return string value to uppercase –>
any