29 Regular expressions library [re]

29.2 Definitions [re.def]

29.2.2[defns.regex.finite.state.machine]
finite state machine

an unspecified data structure that is used to represent a regular expression, and which permits efficient matches against the regular expression to be obtained.