Python Regular Expression Code Segment: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - ". " to ". ") |
||
Line 14: | Line 14: | ||
=== 2016 === | === 2016 === | ||
* http://www.python-course.eu/re.php | * http://www.python-course.eu/re.php | ||
** QUOTE: The aim of this chapter of our [[Python tutorial]] is to present a detailed led and descriptive introduction into [[regular expression]]s. This introduction will explain the theoretical aspects of regular expressions and will show you how to use them in [[Python script]]s. | ** QUOTE: The aim of this chapter of our [[Python tutorial]] is to present a detailed led and descriptive introduction into [[regular expression]]s. This introduction will explain the theoretical aspects of regular expressions and will show you how to use them in [[Python script]]s. | ||
---- | ---- |
Latest revision as of 13:28, 2 August 2022
A Python Regular Expression Code Segment is a regular expression code that is Python code.
- Example(s):
- …
- Counter-Example(s):
- See: Recursive Python Program.
References
2016
- http://www.python-course.eu/re.php
- QUOTE: The aim of this chapter of our Python tutorial is to present a detailed led and descriptive introduction into regular expressions. This introduction will explain the theoretical aspects of regular expressions and will show you how to use them in Python scripts.