Regex, getting closer
am 22.10.2006 14:23:21 von nugget1960This line of code successfully notates internal links with
What I really want it to do, is to notate the external links.
How do I change the regex to add a notation only a link exists without
"sample.com.au"?
$html_code =~
s{(]*?href="([^""]+\.sample.com.au))([^>]*">.*?/a>)}{$1 $3
Mark