Finite state machines

find rules can be combined with group declarations to build finite state machines:

  • Each group implements a state.
  • The find rules implement state transitions, as well as performing text transformation.
  • next group is actions are used to select a new state.

Prerequisite Concepts
Related Topics