This method can meet your needs:
SELECT REGEXP_REPLACE(content, SUBSTR(content, 1, 1), '', 'ig') FROM string;
https://dbfiddle.uk/vl7OfVUX