Char Functions Oracle PLSQL

SQL>
SQL> SELECT INITCAP('YOU TODAY') AS INITCAP FROM Dual;
INITCAP
---------
You Today
SQL>