Paul Kraus wrote: > How can I search for form feed. I have tried > > /\f/ > > But I realize that the regexp engine doesn't use \f
But it does! page 72, Mastering Regular Expressions, Friedl. Usually maps to ASCII <FF> character, 014 octal. 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]