[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Yet another regex question
- Subject: [ale] Yet another regex question
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Fri, 12 Aug 2005 20:02:51 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
Just use this '^ABCDEF', the carrot '^' means beginning of line, the
dollar sign '$' means end of line.
-Jim P.
On Fri, 2005-08-12 at 19:24 -0400, Christopher Fowler wrote:
> 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
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale