Template Functions / String Functions |
The filterAmpersand() function filters the ampersand (&) on a given string. Double ampersand (&&) are replaced by a simple one.
filterAmpersand(expr)
<span gwc:content="filterAmpersand('&Save && exit'/>
produces
<span>Save & exit</span>