Capitalization: oxy_capitalize() Function
This function capitalizes the first letter of the text received as argument.
- Syntax:
- 
            oxy_capitalize ( text )- text
- The text in which the first letter will be capitalized.
 Example: oxy_capitalize Function*:before{ content: oxy_capitalize(oxy_name()) ": "; }This would insert the capitalized qualified name as static text content before the element. 
