Siegfried Heintze wrote: > Can I write a pattern that matches "Tampa" or "Florida", or "Tampa > Florida"? > > Thanks, > Siegfried You would have to order it so that if wanted Tampa Florida that would have priority over Tampa or Florida
/(Tampa Florida|Tampa|Florida)/ one method. Wags ;) ******************************************************* This message contains information that is confidential and proprietary to FedEx Freight or its affiliates. It is intended only for the recipient named and for the express purpose(s) described therein. Any other use is prohibited. ******************************************************* -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>