[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Yet another regex question
- Subject: [ale] Yet another regex question
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Fri, 12 Aug 2005 19:24:00 -0400
I'm trying to create a regex that will catch only the string 'ABCDEF'
If the string is '% ABCDEF' I do not want the POSIX regex engine to
catch. Is there a way I can create a regex that will ignore 'ABCDEF' if
it it preceeded with a '%\s'? The \s is a space.
Thanks,
Chris