in reply to
Regular expression help
You mean literally ?
print "'$&'\n" while ($string=~/\bRequired\b/g);
[download]
GreetZ!,
ChOas
print "profeth still\n" if /bird|devil/;
Comment on
Re: Regular expression help
Download
Code
In Section
Seekers of Perl Wisdom