René's URL Explorer Experiment


Title: Regular Expression HOWTO — Python 3.15.0a5 documentation

Open Graph Title: Regular Expression HOWTO

Description: Author, A.M. Kuchling < amk@amk.ca>,. Abstract: This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than th...

Open Graph Description: Author, A.M. Kuchling < amk@amk.ca>,. Abstract: This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than th...

Mail addresses
amk@amk.ca

Opengraph URL: https://docs.python.org/3/howto/regex.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_howto_regex_ff8ade02.png
og:image:altAuthor, A.M. Kuchling < amk@amk.ca>,. Abstract: This document is an introductory tutorial to using regular expressions in Python with the re module. It provides a gentler introduction than th...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
Regular Expression HOWTOhttps://docs.python.org/dev/howto/regex.html
Introductionhttps://docs.python.org/dev/howto/regex.html#introduction
Simple Patternshttps://docs.python.org/dev/howto/regex.html#simple-patterns
Matching Charactershttps://docs.python.org/dev/howto/regex.html#matching-characters
Repeating Thingshttps://docs.python.org/dev/howto/regex.html#repeating-things
Using Regular Expressionshttps://docs.python.org/dev/howto/regex.html#using-regular-expressions
Compiling Regular Expressionshttps://docs.python.org/dev/howto/regex.html#compiling-regular-expressions
The Backslash Plaguehttps://docs.python.org/dev/howto/regex.html#the-backslash-plague
Performing Matcheshttps://docs.python.org/dev/howto/regex.html#performing-matches
Module-Level Functionshttps://docs.python.org/dev/howto/regex.html#module-level-functions
Compilation Flagshttps://docs.python.org/dev/howto/regex.html#compilation-flags
More Pattern Powerhttps://docs.python.org/dev/howto/regex.html#more-pattern-power
More Metacharactershttps://docs.python.org/dev/howto/regex.html#more-metacharacters
Groupinghttps://docs.python.org/dev/howto/regex.html#grouping
Non-capturing and Named Groupshttps://docs.python.org/dev/howto/regex.html#non-capturing-and-named-groups
Lookahead Assertionshttps://docs.python.org/dev/howto/regex.html#lookahead-assertions
Modifying Stringshttps://docs.python.org/dev/howto/regex.html#modifying-strings
Splitting Stringshttps://docs.python.org/dev/howto/regex.html#splitting-strings
Search and Replacehttps://docs.python.org/dev/howto/regex.html#search-and-replace
Common Problemshttps://docs.python.org/dev/howto/regex.html#common-problems
Use String Methodshttps://docs.python.org/dev/howto/regex.html#use-string-methods
match() versus search()https://docs.python.org/dev/howto/regex.html#match-versus-search
Greedy versus Non-Greedyhttps://docs.python.org/dev/howto/regex.html#greedy-versus-non-greedy
Using re.VERBOSEhttps://docs.python.org/dev/howto/regex.html#using-re-verbose
Feedbackhttps://docs.python.org/dev/howto/regex.html#feedback
Logging Cookbookhttps://docs.python.org/dev/howto/logging-cookbook.html
Socket Programming HOWTOhttps://docs.python.org/dev/howto/sockets.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/howto/regex.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/howto/sockets.html
previoushttps://docs.python.org/dev/howto/logging-cookbook.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python HOWTOshttps://docs.python.org/dev/howto/index.html
Regular Expression HOWTOhttps://docs.python.org/dev/howto/regex.html
https://docs.python.org/dev/howto/regex.html#regular-expression-howto
rehttps://docs.python.org/dev/library/re.html#module-re
https://docs.python.org/dev/howto/regex.html#introduction
rehttps://docs.python.org/dev/library/re.html#module-re
https://docs.python.org/dev/howto/regex.html#simple-patterns
https://docs.python.org/dev/howto/regex.html#matching-characters
unicodedatahttps://docs.python.org/dev/library/unicodedata.html#module-unicodedata
re.ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
Regular Expression Syntaxhttps://docs.python.org/dev/library/re.html#re-syntax
re.DOTALLhttps://docs.python.org/dev/library/re.html#re.DOTALL
https://docs.python.org/dev/howto/regex.html#repeating-things
https://docs.python.org/dev/howto/regex.html#using-regular-expressions
rehttps://docs.python.org/dev/library/re.html#module-re
https://docs.python.org/dev/howto/regex.html#compiling-regular-expressions
re.compile()https://docs.python.org/dev/library/re.html#re.compile
re.compile()https://docs.python.org/dev/library/re.html#re.compile
rehttps://docs.python.org/dev/library/re.html#module-re
sockethttps://docs.python.org/dev/library/socket.html#module-socket
zlibhttps://docs.python.org/dev/library/zlib.html#module-zlib
https://docs.python.org/dev/howto/regex.html#the-backslash-plague
re.compile()https://docs.python.org/dev/library/re.html#re.compile
re.compile()https://docs.python.org/dev/library/re.html#re.compile
DeprecationWarninghttps://docs.python.org/dev/library/exceptions.html#DeprecationWarning
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
https://docs.python.org/dev/howto/regex.html#performing-matches
rehttps://docs.python.org/dev/library/re.html#module-re
iteratorhttps://docs.python.org/dev/glossary.html#term-iterator
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
match objecthttps://docs.python.org/dev/library/re.html#match-objects
rehttps://docs.python.org/dev/library/re.html#module-re
rehttps://docs.python.org/dev/library/re.html#module-re
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
match objecthttps://docs.python.org/dev/library/re.html#match-objects
match objecthttps://docs.python.org/dev/library/re.html#match-objects
group()https://docs.python.org/dev/library/re.html#re.Match.group
start()https://docs.python.org/dev/library/re.html#re.Match.start
end()https://docs.python.org/dev/library/re.html#re.Match.end
span()https://docs.python.org/dev/library/re.html#re.Match.span
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
match objecthttps://docs.python.org/dev/library/re.html#match-objects
findall()https://docs.python.org/dev/library/re.html#re.Pattern.findall
DeprecationWarninghttps://docs.python.org/dev/library/exceptions.html#DeprecationWarning
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
The Backslash Plaguehttps://docs.python.org/dev/howto/regex.html#the-backslash-plague
findall()https://docs.python.org/dev/library/re.html#re.Pattern.findall
finditer()https://docs.python.org/dev/library/re.html#re.Pattern.finditer
match objecthttps://docs.python.org/dev/library/re.html#match-objects
iteratorhttps://docs.python.org/dev/glossary.html#term-iterator
https://docs.python.org/dev/howto/regex.html#module-level-functions
rehttps://docs.python.org/dev/library/re.html#module-re
match()https://docs.python.org/dev/library/re.html#re.match
search()https://docs.python.org/dev/library/re.html#re.search
findall()https://docs.python.org/dev/library/re.html#re.findall
sub()https://docs.python.org/dev/library/re.html#re.sub
match objecthttps://docs.python.org/dev/library/re.html#match-objects
https://docs.python.org/dev/howto/regex.html#compilation-flags
rehttps://docs.python.org/dev/library/re.html#module-re
IGNORECASEhttps://docs.python.org/dev/library/re.html#re.IGNORECASE
Ihttps://docs.python.org/dev/library/re.html#re.I
re.VERBOSEhttps://docs.python.org/dev/library/re.html#re.VERBOSE
re.Xhttps://docs.python.org/dev/library/re.html#re.X
Ihttps://docs.python.org/dev/library/re.html#re.I
Mhttps://docs.python.org/dev/library/re.html#re.M
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
Ahttps://docs.python.org/dev/library/re.html#re.A
DOTALLhttps://docs.python.org/dev/library/re.html#re.DOTALL
Shttps://docs.python.org/dev/library/re.html#re.S
IGNORECASEhttps://docs.python.org/dev/library/re.html#re.IGNORECASE
Ihttps://docs.python.org/dev/library/re.html#re.I
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
Lhttps://docs.python.org/dev/library/re.html#re.L
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
Mhttps://docs.python.org/dev/library/re.html#re.M
VERBOSEhttps://docs.python.org/dev/library/re.html#re.VERBOSE
Xhttps://docs.python.org/dev/library/re.html#re.X
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
IGNORECASEhttps://docs.python.org/dev/library/re.html#re.IGNORECASE
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
More Metacharactershttps://docs.python.org/dev/howto/regex.html#more-metacharacters
re.VERBOSEhttps://docs.python.org/dev/library/re.html#re.VERBOSE
re.VERBOSEhttps://docs.python.org/dev/library/re.html#re.VERBOSE
https://docs.python.org/dev/howto/regex.html#more-pattern-power
https://docs.python.org/dev/howto/regex.html#more-metacharacters
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
https://docs.python.org/dev/howto/regex.html#grouping
group()https://docs.python.org/dev/library/re.html#re.Match.group
start()https://docs.python.org/dev/library/re.html#re.Match.start
end()https://docs.python.org/dev/library/re.html#re.Match.end
span()https://docs.python.org/dev/library/re.html#re.Match.span
match objecthttps://docs.python.org/dev/library/re.html#match-objects
group()https://docs.python.org/dev/library/re.html#re.Match.group
groups()https://docs.python.org/dev/library/re.html#re.Match.groups
https://docs.python.org/dev/howto/regex.html#non-capturing-and-named-groups
match objecthttps://docs.python.org/dev/library/re.html#match-objects
groupdict()https://docs.python.org/dev/library/re.html#re.Match.groupdict
imaplibhttps://docs.python.org/dev/library/imaplib.html#module-imaplib
https://docs.python.org/dev/howto/regex.html#lookahead-assertions
https://docs.python.org/dev/howto/regex.html#modifying-strings
https://docs.python.org/dev/howto/regex.html#splitting-strings
split()https://docs.python.org/dev/library/re.html#re.Pattern.split
split()https://docs.python.org/dev/library/stdtypes.html#str.split
re.split()https://docs.python.org/dev/library/re.html#re.split
re.split()https://docs.python.org/dev/library/re.html#re.split
https://docs.python.org/dev/howto/regex.html#search-and-replace
sub()https://docs.python.org/dev/library/re.html#re.Pattern.sub
sub()https://docs.python.org/dev/library/re.html#re.Pattern.sub
subn()https://docs.python.org/dev/library/re.html#re.Pattern.subn
match objecthttps://docs.python.org/dev/library/re.html#match-objects
re.sub()https://docs.python.org/dev/library/re.html#re.sub
https://docs.python.org/dev/howto/regex.html#common-problems
https://docs.python.org/dev/howto/regex.html#use-string-methods
rehttps://docs.python.org/dev/library/re.html#module-re
rehttps://docs.python.org/dev/library/re.html#module-re
IGNORECASEhttps://docs.python.org/dev/library/re.html#re.IGNORECASE
re.sub()https://docs.python.org/dev/library/re.html#re.sub
replace()https://docs.python.org/dev/library/stdtypes.html#str.replace
translate()https://docs.python.org/dev/library/stdtypes.html#str.translate
rehttps://docs.python.org/dev/library/re.html#module-re
https://docs.python.org/dev/howto/regex.html#match-versus-search
match()https://docs.python.org/dev/library/re.html#re.match
search()https://docs.python.org/dev/library/re.html#re.search
search()https://docs.python.org/dev/library/re.html#re.search
re.match()https://docs.python.org/dev/library/re.html#re.match
re.search()https://docs.python.org/dev/library/re.html#re.search
re.search()https://docs.python.org/dev/library/re.html#re.search
https://docs.python.org/dev/howto/regex.html#greedy-versus-non-greedy
https://docs.python.org/dev/howto/regex.html#using-re-verbose
re.VERBOSEhttps://docs.python.org/dev/library/re.html#re.VERBOSE
https://docs.python.org/dev/howto/regex.html#feedback
Table of Contentshttps://docs.python.org/dev/contents.html
Regular Expression HOWTOhttps://docs.python.org/dev/howto/regex.html
Introductionhttps://docs.python.org/dev/howto/regex.html#introduction
Simple Patternshttps://docs.python.org/dev/howto/regex.html#simple-patterns
Matching Charactershttps://docs.python.org/dev/howto/regex.html#matching-characters
Repeating Thingshttps://docs.python.org/dev/howto/regex.html#repeating-things
Using Regular Expressionshttps://docs.python.org/dev/howto/regex.html#using-regular-expressions
Compiling Regular Expressionshttps://docs.python.org/dev/howto/regex.html#compiling-regular-expressions
The Backslash Plaguehttps://docs.python.org/dev/howto/regex.html#the-backslash-plague
Performing Matcheshttps://docs.python.org/dev/howto/regex.html#performing-matches
Module-Level Functionshttps://docs.python.org/dev/howto/regex.html#module-level-functions
Compilation Flagshttps://docs.python.org/dev/howto/regex.html#compilation-flags
More Pattern Powerhttps://docs.python.org/dev/howto/regex.html#more-pattern-power
More Metacharactershttps://docs.python.org/dev/howto/regex.html#more-metacharacters
Groupinghttps://docs.python.org/dev/howto/regex.html#grouping
Non-capturing and Named Groupshttps://docs.python.org/dev/howto/regex.html#non-capturing-and-named-groups
Lookahead Assertionshttps://docs.python.org/dev/howto/regex.html#lookahead-assertions
Modifying Stringshttps://docs.python.org/dev/howto/regex.html#modifying-strings
Splitting Stringshttps://docs.python.org/dev/howto/regex.html#splitting-strings
Search and Replacehttps://docs.python.org/dev/howto/regex.html#search-and-replace
Common Problemshttps://docs.python.org/dev/howto/regex.html#common-problems
Use String Methodshttps://docs.python.org/dev/howto/regex.html#use-string-methods
match() versus search()https://docs.python.org/dev/howto/regex.html#match-versus-search
Greedy versus Non-Greedyhttps://docs.python.org/dev/howto/regex.html#greedy-versus-non-greedy
Using re.VERBOSEhttps://docs.python.org/dev/howto/regex.html#using-re-verbose
Feedbackhttps://docs.python.org/dev/howto/regex.html#feedback
Logging Cookbookhttps://docs.python.org/dev/howto/logging-cookbook.html
Socket Programming HOWTOhttps://docs.python.org/dev/howto/sockets.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/howto/regex.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/howto/sockets.html
previoushttps://docs.python.org/dev/howto/logging-cookbook.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
Python HOWTOshttps://docs.python.org/dev/howto/index.html
Regular Expression HOWTOhttps://docs.python.org/dev/howto/regex.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.