SyntaxFix
Write A Post
Hire A Developer
Questions
select regexp_replace('This is a test ' || chr(9) || ' foo ', '[[:space:]]', '') from dual; REGEXP_REPLACE -------------- Thisisatestfoo