/ Published in: Regular Expression
Regular Expression to strip Tags such as HTML XML
Expand |
Embed | Plain Text
SELECT REGEXP_REPLACE('<HTML>string or column containing <BOLD>tags</BOLD></HTML>','<[^>]+>','') FROM DUAL;
You need to login to post a comment.
