help-flex
[Top][All Lists]
Advanced

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

Re: I can't use a circumflex(^) in more than two rules with a ']' cha ra


From: Vern Paxson
Subject: Re: I can't use a circumflex(^) in more than two rules with a ']' cha racter as the first one
Date: Wed, 01 Nov 2000 14:28:29 PST

> [^] [\t:]+ {
>    return TEXT1 ;
> }
> 
> address@hidden {
>    return TEXT2 ;
> }

You have to escape ']'s that appear inside character classes.

                Vern



reply via email to

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