oxy_lowercase() FunctionEdit online
oxy_lowercase() FunctionThis function transforms to lower case the text received as argument.
- 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()) ": "; }