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!

Extract href and src attributes from html

746586Sep 18 2012 — edited Sep 18 2012
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
This post has been answered by odie_63 on Sep 18 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2012
Added on Sep 18 2012
1 comment
516 views