blob: fdd844f6b6ee749d7d00a71fb2ae2b1c2e0d7ed5 (
plain) (
blame)
1
2
3
|
parse() is the opposite of format(). It parses strings using a specification
based on the Python format() syntax. The module is set up to only export
parse(), search(), findall(), and with_pattern() when import * is used.
|