PyGgy Manual
Previous:
4.5 Character Classes
Up:
4. The PyLly spec
Next:
4.7 Action Code
4.6 Pattern operators
In addition to the normal regular expression operators and primitives, the following may be used within the patterns in a start state section (but not within the patterns of a definition section):
Expression
Description
^ re
The re is only matched at the start of the line.
<<EOF>>
Matches only the end of file.
PyGgy Manual
Previous:
4.5 Character Classes
Up:
4. The PyLly spec
Next:
4.7 Action Code
Release 0.4, documentation updated on October 15, 2004.
See the
PyGgy Home Page
.