1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/textproc/py-parse/pkg-descr
Sunpoet Po-Chuan Hsieh 6dcf69a08f Add py-parse 1.15.0
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.

WWW: https://github.com/r1chardj0n3s/parse
2020-05-26 12:11:15 +00:00

6 lines
266 B
Plaintext

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.
WWW: https://github.com/r1chardj0n3s/parse