Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

REGEXP_REPLACE

789950Aug 23 2010 — edited Aug 23 2010
Hello, I am attempting to use regular expressions to remove non printable characters. Any ideas as to why the following example is removing characters that are printable? Thanks

SELECT
REGEXP_REPLACE('123-abc-ABC &*%$#', '[^\x20-\x7E]', '')
FROM DUAL
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2010
Added on Aug 23 2010
6 comments
2,549 views