contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
   
  Warning    

Part of a sub-pattern will never be matched.

In the sub-pattern, (WHITE-SPACE* OR a), sub-pattern a will never be consulted, since the first part always is matched, even if only zero times. In the sub-pattern, ((LOOKAHEAD NOT WHITE-SPACE*) b, the lookahead-not part always fails, so OmniMark never attempts to match sub-pattern b.

Additional Information

The first sub-pattern in an OR group is always true.
or
The first sub-pattern in an AND group is always false.

 
----

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:02:12 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.