Skip to main content
You can insert text functions in the Email Template to append, prepend, uppercase, downcase, concat, and remove texts from a particular field. Topics covered:

Append

This function appends the text mentioned by you along with the value of the field.
  • Input:
Screenshot
  • Output:
highlighter-rouge
Screenshot

Prepend

This function prepends the text mentioned by you along with the value of the field.
  • Input:
Screenshot
  • Output:
Screenshot

Uppercase

This function converts each character of the word in uppercase. Note: It has no effect on strings that are already all uppercase.
  • Input:
mceclip4.png
  • Output:
mceclip3.png

Downcase

This function converts each character of the word in lowercase.Note: It has no effect on words that are already all lowercase.
  • Input:
mceclip0.png
  • Output:
highlighter-rouge
mceclip1.png