Templates : string-replace, string-upper, string-lower, string-trim, string-maxlength, string-maxwords, string-add-slashes, string-urlencode, string-strip-tags, string-nl2br, string-entity-decode, string-to-nodeset
- string-replace
- https://www.php.net/manual/en/function.str-replace
 
 - string-upper, string-lower, string-title-case
- https://www.php.net/manual/en/function.mb-convert-case.php
 
 - string-trim, string-rtrim, string-ltrim
- https://www.php.net/manual/en/function.trim.php
 
 - string-maxlength
- XSL only, uses 
string-rtrim 
 - XSL only, uses 
 - string-maxwords
- XSL only, uses 
string-to-nodeset 
 - XSL only, uses 
 - string-add-slashes
- Escape backslash 
\, quote", and dollar sign$ 
 - Escape backslash 
 - string-urlencode
- https://www.php.net/manual/en/function.urlencode.php
 
 - string-strip-tags
- https://www.php.net/manual/en/function.strip-tags.php
 
 - string-nl2br
- https://www.php.net/manual/en/function.nl2br
 
 - string-entity-decode
- https://www.php.net/manual/en/function.html-entity-decode.php
 
 - string-to-nodeset
- XSL only