Uppercase: oxy_uppercase() Function
This function transforms the text received as argument to upper case.
- Syntax:
-
oxy_uppercase ( text )
- text
- The text to be capitalized.
Example: oxy_uppercase Function
To insert the upper-cased qualified name as static text content before the element, use this CSS selector:*:before{ content: oxy_uppercase(oxy_name()) ": "; }