parse

Package — UtilityPython 3.7+Intermediate

Reverse of format(): extract data from formatted strings

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install parse

Learn by Difficulty

Quick Example

python
# Install: pip install parse
import parse

# Basic parse usage
print(f"Using parse")
# See documentation for detailed examples

parse is a third-party package. Reverse of format(): extract data from formatted strings. Install with: pip install parse

Try in Playground

Tags

packageutilityhelper