Python Module re: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.python.org/3/library/json.html#module-json =Internal= * Python Language | Standard Library =Overview= The <code>re</cod...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | =External= | ||
* https://docs.python.org/3/library/ | * https://docs.python.org/3/library/re.html#module-re | ||
=Internal= | =Internal= | ||
* [[Python Language#re|Python Language | Standard Library]] | * [[Python Language#re|Python Language | Standard Library]] | ||
* [[Python Regular Expressions#Overview|Python Regular Expressions]] | |||
=Overview= | =Overview= | ||
The <code>re</code> module is written in C and loaded dynamically at runtime. | The <code>re</code> module is written in C and loaded dynamically at runtime. |
Latest revision as of 02:02, 21 June 2022
External
Internal
Overview
The re
module is written in C and loaded dynamically at runtime.