help-flex
[Top][All Lists]
Advanced

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

Help eliminate backing-up states


From: Stephano Mariani
Subject: Help eliminate backing-up states
Date: Sun, 23 Dec 2001 15:31:58 -0000

Hi!

I cannot seem to eliminate a backing up state... The corresponding rule
is:

\.([+-][0-9]{1,10})?    { do_something; }

Ie: the rule must match a literal ".", optionally followed by a "+" or a
"-" followed by a number. It must not match a "." followed by number.

Ie all the following are valid:

.
.+1
.-3145785
.+783655





reply via email to

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