Char Functions Oracle PLSQL

SQL>
SQL>
SQL> select REPLACE ('ABCDA', 'A','')   remove_A from dual;
REMOVE_A
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------
BCD
SQL>
SQL>