Character String Functions Oracle PLSQL Tutorial

SQL>  SELECT TRIM('F'  from 'ABCDFG')FROM dual;
TRIM('
------
ABCDFG
SQL>