Créer un compte gratuit
Rejoignez Calaméo pour publier et partager vos documents !
Notez et commentez vos publications favorites, téléchargez des documents, partagez vos lectures avec vos amis.
Python 3.1 HOWTO regex
18 pages
Publié par
Poussah
Copyright :
Tous droits réservés
Regular Expression HOWTO
Release 3.
1
Guido van Rossum
Fred L.
Drake, Jr.
, editor
June 26, 2009
Python Software Foundation
Email: docs@python.
org
Contents
1 Introduction ii
2 Simple Patterns ii
2.
1 Matching Characters .
.
.
.
....
[Plus]
Regular Expression HOWTO
Release 3.
1
Guido van Rossum
Fred L.
Drake, Jr.
, editor
June 26, 2009
Python Software Foundation
Email: docs@python.
org
Contents
1 Introduction ii
2 Simple Patterns ii
2.
1 Matching Characters .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
ii
2.
2 Repeating Things .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
iii
3 Using Regular Expressions iv
3.
1 Compiling Regular Expressions .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
iv
3.
2 The Backslash Plague .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
v
3.
3 Performing Matches .
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
v
3.
4 Module-Level Fu
[Moins]
Tags
capturing,
characters,
expression,
expressions,
groups,
match,
matches,
matching,
metacharacters,
module,
pattern,
python,
regular,
search,
string,
strings,
verbose