removing xml tags using regular expressions
599200Aug 29 2008 — edited Aug 29 2008Hi,
I've got a pl/sql function which currently removes all xml element tags from a string/clob, it's working but a bit hamfisted.
Just tinkering around with regular expressions to achieve the same thing, but having problems coming up with an expression which will do this, any ideas?
e.g. input = "<tag><tag2>hello there</tag2></tag>" => output "hello there"
Cheers