in reply to Re: Matching text between tags
in thread Matching text between tags
foreach my $lines (@lines){ if( $lines =~ /<u>(.*?)<\/u>/igs ){ print "\n $1\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Matching text between tags
by LanX (Saint) on Apr 14, 2016 at 16:10 UTC |