modifier.crmUpper.php
Tags
Table of Contents
Functions
- smarty_modifier_crmUpper() : string
- Upper case a string but use the multibyte strtoupper function to better handle accents / umlaut
Functions
smarty_modifier_crmUpper()
Upper case a string but use the multibyte strtoupper function to better handle accents / umlaut
smarty_modifier_crmUpper(string $string) : string
Parameters
- $string : string
-
the string to upper case