jamarama on 09/22/08
Last Edited at 09/22/08 12:58am
SELECT REGEXP_REPLACE( 'string' , '^([[:space:]]|'||CHR(9)||'|'||CHR(10)||'|'||CHR(13)||')+|([[:space:]]|'||CHR(9)||'|'||CHR(10)||'|'||CHR(13)||')+$', '*') AS result FROM dual;
Report this snippet Tweet
Comment:
You need to login to post a comment.