in reply to
help needed to solve in regex
Hi
Try this
if ( grep ( /\Q$find\E$/i , $input_line ) ) {
[download]
Comment on
Re: help needed to solve in regex
Download
Code
In Section
Seekers of Perl Wisdom