if($line =~ /check.*\>\s*([^>]+)$/) { print "$1\n"; } [download]
In reply to Re: Pattern matching by umasuresh in thread Pattern matching by stallion