Represents a regular expression as used in Python. It adds the following features to the basic regex: * Set of characters with [] * Inverse set of character with [^...] * positive closure + * . for all printable characters * ? for optional character/group * Repetition
source not stored for this graph (policy: none)
no outgoing calls