Manasi Bopardikar wrote: > > Anyone knows regex for---<option value="ACE ">Athletic Coaching Education > (ACE )</option>
What would you like to do with that string? If you simply want to match the entire string literally then simply put \Q immediately before it to escape the special characters. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/