On Wed, Jun 25, 2008 at 7:50 PM, Manasi Bopardikar <[EMAIL PROTECTED]> wrote: > Anyone knows regex for---<option value="ACE ">Athletic Coaching Education > (ACE )</option> >
what do you want to capture? if you're asking for the full string, then don't need a regex. if ($string eq "your that string") { # do sth. } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/