FormatString#
- class FormatString(*args, **kwargs)#
Bases:
FormatAbstractRepresent a format string for strings (type s).
- generate_expression(capture=False)#
Generate a regular expression matching strings created with this format.
- Return type:
Bases: FormatAbstract
Represent a format string for strings (type s).
Generate a regular expression matching strings created with this format.