Hello,
I'm searching for a while, and didn't figure how to extract all href and src attributes from an HTML document.
Here is the pattern where I currently stuck :
regexp_substr(fi.texte, '(href="|src=")...???...', 1, 1)
How to only extract what's between double quotes for each href and src attribute?
Thanks
Bruno