RegExMatch

RegExMatch This function searches for and returns a string for the first occurrence of the matching regular expression pattern. Arguments RegExMatch(1,2,3,[n]) Ordinal Type Required Description 1 String True String to search for a match 2 String True Regular...

MicrositeURL

MicrositeURL This function is similar to CloudPagesURL, but it’s specifically for linking to microsite pages created in Classic Content. When an email is sent that includes a link to a microsite page with this function, a URL link is generated to the page and is...

Replace

Replace This function replaces the first string value with the second string value in the specified string. Arguments Replace(1,2,3) Ordinal Type Required Description 1 String True String to search 2 String True String to find 3 String True Replacement string Example...

QueryParameter

QueryParameter This function retrieves a value from a URL query string, based on a defined parameter key. Argument QueryParameter(1) Ordinal Type Required Description 1 String True URL parameter key NOTE: You can use this function to retrieve parameter values from...

ReplaceList

ReplaceList This function replaces the first string value with the second string value and any subsequent values in the specified string. Arguments ReplaceList(1,2,3,n) Ordinal Type Required Description 1 String True String to search 2 String True Replacement string 3...

Redirect

Redirect This function redirects a landing page to a specified URL. Argument Redirect(1) Ordinal Type Required Description 1 String True The redirect URL NOTE: Any code that appears before the Redirect function will be interpreted, but any code that appears after the...