StringToUpper
Este filtro convierte cualquier entrada en Mayúculas
filter('Sample');
// returns "SAMPLE"
]]>
Like the StringToLower filter, this filter handles
only characters from the actual locale of your server. Using different
character sets works the same as with StringToLower.
Al igual que StringToLower, este filtro solo se encarga
de los caracteres localización en su servidor. Utilizando diferentes
conjuntos de caracteres funciona igual que con StringToLower.
'UTF-8'));
// or do this afterwards
$filter->setEncoding('ISO-8859-1');
]]>