oxy_uppercase() Function
This function transforms to upper case the text received as argument.
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()) ": ";
}