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