help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: escpape characters


From: Vern Paxson
Subject: Re: escpape characters
Date: Tue, 26 Nov 2002 19:21:27 -0800

> CHAR    [[:alnum:]{ESCD}]    // valid character

Well, at least one of your problems is that {name}'s are not expanded
inside of character classes.  You could instead use "[[:alnum:]]|{ESCD}".

                Vern




reply via email to

[Prev in Thread] Current Thread [Next in Thread]