--- title: Text --- [PyMOTW-3 - Text](https://pymotw.com/3/text.html) ## string — Text Constants and Templates - [string — Text Constants and Templates](https://pymotw.com/3/string/index.html) - [string — Common string operations](https://docs.python.org/3/library/string.html#module-string) ## re — Regular Expressions - [re — Regular Expressions](https://pymotw.com/3/re/index.html) - [re — Regular expression operations](https://docs.python.org/3/library/re.html#module-re) - [Using Regular Expressions in Python 3](https://regexone.com/references/python) - [Online Regex Editor](https://regex101.com/) ## difflib — Compare Sequences - [difflib — Compare Sequences](https://pymotw.com/3/difflib/index.html) - [difflib — Helpers for computing deltas](https://docs.python.org/3/library/difflib.html#module-difflib) {{page_break}}