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