![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^4: Parsing HTML tags with regexby jithoosin (Scribe) |
on Nov 11, 2005 at 12:21 UTC ( #507700=note: print w/replies, xml ) | Need Help?? |
Hi gopal, There is a problem if the input string is my $line = "<select name=\"url><23\" style=\"width><A125px\" >"; .But i think a slight modification to your previous answer will do the job then #$line =~ m#<([^">]+(?:"[^"]+")*)*[^>]+>#; IS there any problem.Also provide me an asnwer for the question about <!--->--->thing
In Section
Seekers of Perl Wisdom
|
|