Python Module re: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 4: Line 4:
=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.