René's URL Explorer Experiment


Title: re — Regular expression operations — Python 3.15.0a5 documentation

Open Graph Title: re — Regular expression operations

Description: Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...

Open Graph Description: Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...

Opengraph URL: https://docs.python.org/3/library/re.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_library_re_49568c13.png
og:image:altSource code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...
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
re — Regular expression operationshttps://docs.python.org/dev/library/re.html
Regular Expression Syntaxhttps://docs.python.org/dev/library/re.html#regular-expression-syntax
Module Contentshttps://docs.python.org/dev/library/re.html#module-contents
Flagshttps://docs.python.org/dev/library/re.html#flags
Functionshttps://docs.python.org/dev/library/re.html#functions
Exceptionshttps://docs.python.org/dev/library/re.html#exceptions
Regular Expression Objectshttps://docs.python.org/dev/library/re.html#regular-expression-objects
Match Objectshttps://docs.python.org/dev/library/re.html#match-objects
Regular Expression Exampleshttps://docs.python.org/dev/library/re.html#regular-expression-examples
Checking for a Pairhttps://docs.python.org/dev/library/re.html#checking-for-a-pair
Simulating scanf()https://docs.python.org/dev/library/re.html#simulating-scanf
search() vs. match()https://docs.python.org/dev/library/re.html#search-vs-match
Making a Phonebookhttps://docs.python.org/dev/library/re.html#making-a-phonebook
Text Munginghttps://docs.python.org/dev/library/re.html#text-munging
Finding all Adverbshttps://docs.python.org/dev/library/re.html#finding-all-adverbs
Finding all Adverbs and their Positionshttps://docs.python.org/dev/library/re.html#finding-all-adverbs-and-their-positions
Raw String Notationhttps://docs.python.org/dev/library/re.html#raw-string-notation
Writing a Tokenizerhttps://docs.python.org/dev/library/re.html#writing-a-tokenizer
string.templatelib — Support for template string literalshttps://docs.python.org/dev/library/string.templatelib.html
difflib — Helpers for computing deltashttps://docs.python.org/dev/library/difflib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/re.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/difflib.html
previoushttps://docs.python.org/dev/library/string.templatelib.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Text Processing Serviceshttps://docs.python.org/dev/library/text.html
re — Regular expression operationshttps://docs.python.org/dev/library/re.html
https://docs.python.org/dev/library/re.html#module-re
Lib/re/https://github.com/python/cpython/tree/main/Lib/re/
strhttps://docs.python.org/dev/library/stdtypes.html#str
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
SyntaxWarninghttps://docs.python.org/dev/library/exceptions.html#SyntaxWarning
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
compiled regular expressionshttps://docs.python.org/dev/library/re.html#re-objects
regexhttps://pypi.org/project/regex/
rehttps://docs.python.org/dev/library/re.html#module-re
https://docs.python.org/dev/library/re.html#regular-expression-syntax
[Frie09]https://docs.python.org/dev/library/re.html#frie09
Regular Expression HOWTOhttps://docs.python.org/dev/howto/regex.html#regex-howto
DOTALLhttps://docs.python.org/dev/library/re.html#re.DOTALL
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
Unicode Technical Standard #18https://unicode.org/reports/tr18/
FutureWarninghttps://docs.python.org/dev/library/exceptions.html#FutureWarning
FutureWarninghttps://docs.python.org/dev/library/exceptions.html#FutureWarning
re.Ahttps://docs.python.org/dev/library/re.html#re.A
re.Ihttps://docs.python.org/dev/library/re.html#re.I
re.Lhttps://docs.python.org/dev/library/re.html#re.L
re.Mhttps://docs.python.org/dev/library/re.html#re.M
re.Shttps://docs.python.org/dev/library/re.html#re.S
re.Uhttps://docs.python.org/dev/library/re.html#re.U
re.Xhttps://docs.python.org/dev/library/re.html#re.X
Module Contentshttps://docs.python.org/dev/library/re.html#contents-of-module-re
re.compile()https://docs.python.org/dev/library/re.html#re.compile
re.Ahttps://docs.python.org/dev/library/re.html#re.A
re.Ihttps://docs.python.org/dev/library/re.html#re.I
re.Lhttps://docs.python.org/dev/library/re.html#re.L
re.Mhttps://docs.python.org/dev/library/re.html#re.M
re.Shttps://docs.python.org/dev/library/re.html#re.S
re.Uhttps://docs.python.org/dev/library/re.html#re.U
re.Xhttps://docs.python.org/dev/library/re.html#re.X
Module Contentshttps://docs.python.org/dev/library/re.html#contents-of-module-re
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
search()https://docs.python.org/dev/library/re.html#re.search
match()https://docs.python.org/dev/library/re.html#re.match
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
[Nd]https://www.unicode.org/versions/Unicode15.0.0/ch04.pdf#G134153
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
str.isspace()https://docs.python.org/dev/library/stdtypes.html#str.isspace
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
str.isalnum()https://docs.python.org/dev/library/stdtypes.html#str.isalnum
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
str.isalnum()https://docs.python.org/dev/library/stdtypes.html#str.isalnum
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
escape sequenceshttps://docs.python.org/dev/reference/lexical_analysis.html#escape-sequences
https://docs.python.org/dev/library/re.html#module-contents
https://docs.python.org/dev/library/re.html#flags
RegexFlaghttps://docs.python.org/dev/library/re.html#re.RegexFlag
enum.IntFlaghttps://docs.python.org/dev/library/enum.html#enum.IntFlag
https://docs.python.org/dev/library/re.html#re.RegexFlag
enum.IntFlaghttps://docs.python.org/dev/library/enum.html#enum.IntFlag
https://docs.python.org/dev/library/re.html#re.A
https://docs.python.org/dev/library/re.html#re.ASCII
Uhttps://docs.python.org/dev/library/re.html#re.U
UNICODEhttps://docs.python.org/dev/library/re.html#re.UNICODE
https://docs.python.org/dev/library/re.html#re.DEBUG
https://docs.python.org/dev/library/re.html#re.I
https://docs.python.org/dev/library/re.html#re.IGNORECASE
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
IGNORECASEhttps://docs.python.org/dev/library/re.html#re.IGNORECASE
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
https://docs.python.org/dev/library/re.html#re.L
https://docs.python.org/dev/library/re.html#re.LOCALE
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
LOCALEhttps://docs.python.org/dev/library/re.html#re.LOCALE
https://docs.python.org/dev/library/re.html#re.M
https://docs.python.org/dev/library/re.html#re.MULTILINE
https://docs.python.org/dev/library/re.html#re.NOFLAG
https://docs.python.org/dev/library/re.html#re.S
https://docs.python.org/dev/library/re.html#re.DOTALL
https://docs.python.org/dev/library/re.html#re.U
https://docs.python.org/dev/library/re.html#re.UNICODE
ASCIIhttps://docs.python.org/dev/library/re.html#re.ASCII
https://docs.python.org/dev/library/re.html#re.X
https://docs.python.org/dev/library/re.html#re.VERBOSE
https://docs.python.org/dev/library/re.html#functions
https://docs.python.org/dev/library/re.html#re.compile
regular expression objecthttps://docs.python.org/dev/library/re.html#re-objects
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
flagshttps://docs.python.org/dev/library/re.html#flags
re.compile()https://docs.python.org/dev/library/re.html#re.compile
re.compile()https://docs.python.org/dev/library/re.html#re.compile
https://docs.python.org/dev/library/re.html#re.search
Matchhttps://docs.python.org/dev/library/re.html#re.Match
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.match
Matchhttps://docs.python.org/dev/library/re.html#re.Match
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
re.match()https://docs.python.org/dev/library/re.html#re.match
search()https://docs.python.org/dev/library/re.html#re.search
search() vs. match()https://docs.python.org/dev/library/re.html#search-vs-match
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.fullmatch
Matchhttps://docs.python.org/dev/library/re.html#re.Match
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.split
flagshttps://docs.python.org/dev/library/re.html#flags
keyword-only parametershttps://docs.python.org/dev/glossary.html#keyword-only-parameter
https://docs.python.org/dev/library/re.html#re.findall
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.finditer
iteratorhttps://docs.python.org/dev/glossary.html#term-iterator
Matchhttps://docs.python.org/dev/library/re.html#re.Match
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.sub
Matchhttps://docs.python.org/dev/library/re.html#re.Match
Patternhttps://docs.python.org/dev/library/re.html#re.Pattern
flagshttps://docs.python.org/dev/library/re.html#flags
byteshttps://docs.python.org/dev/library/stdtypes.html#bytes
keyword-only parametershttps://docs.python.org/dev/glossary.html#keyword-only-parameter
https://docs.python.org/dev/library/re.html#re.subn
sub()https://docs.python.org/dev/library/re.html#re.sub
flagshttps://docs.python.org/dev/library/re.html#flags
https://docs.python.org/dev/library/re.html#re.escape
sub()https://docs.python.org/dev/library/re.html#re.sub
subn()https://docs.python.org/dev/library/re.html#re.subn
https://docs.python.org/dev/library/re.html#re.purge
https://docs.python.org/dev/library/re.html#exceptions
https://docs.python.org/dev/library/re.html#re.PatternError
https://docs.python.org/dev/library/re.html#re.PatternError.msg
https://docs.python.org/dev/library/re.html#re.PatternError.pattern
https://docs.python.org/dev/library/re.html#re.PatternError.pos
https://docs.python.org/dev/library/re.html#re.PatternError.lineno
https://docs.python.org/dev/library/re.html#re.PatternError.colno
https://docs.python.org/dev/library/re.html#regular-expression-objects
https://docs.python.org/dev/library/re.html#re.Pattern
re.compile()https://docs.python.org/dev/library/re.html#re.compile
re.Patternhttps://docs.python.org/dev/library/re.html#re.Pattern
Generic Alias Typehttps://docs.python.org/dev/library/stdtypes.html#types-genericalias
https://docs.python.org/dev/library/re.html#re.Pattern.search
Matchhttps://docs.python.org/dev/library/re.html#re.Match
https://docs.python.org/dev/library/re.html#re.Pattern.match
Matchhttps://docs.python.org/dev/library/re.html#re.Match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
search() vs. match()https://docs.python.org/dev/library/re.html#search-vs-match
https://docs.python.org/dev/library/re.html#re.Pattern.fullmatch
Matchhttps://docs.python.org/dev/library/re.html#re.Match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
https://docs.python.org/dev/library/re.html#re.Pattern.split
split()https://docs.python.org/dev/library/re.html#re.split
https://docs.python.org/dev/library/re.html#re.Pattern.findall
findall()https://docs.python.org/dev/library/re.html#re.findall
search()https://docs.python.org/dev/library/re.html#re.search
https://docs.python.org/dev/library/re.html#re.Pattern.finditer
finditer()https://docs.python.org/dev/library/re.html#re.finditer
search()https://docs.python.org/dev/library/re.html#re.search
https://docs.python.org/dev/library/re.html#re.Pattern.sub
sub()https://docs.python.org/dev/library/re.html#re.sub
https://docs.python.org/dev/library/re.html#re.Pattern.subn
subn()https://docs.python.org/dev/library/re.html#re.subn
https://docs.python.org/dev/library/re.html#re.Pattern.flags
compile()https://docs.python.org/dev/library/re.html#re.compile
UNICODEhttps://docs.python.org/dev/library/re.html#re.UNICODE
https://docs.python.org/dev/library/re.html#re.Pattern.groups
https://docs.python.org/dev/library/re.html#re.Pattern.groupindex
https://docs.python.org/dev/library/re.html#re.Pattern.pattern
copy.copy()https://docs.python.org/dev/library/copy.html#copy.copy
copy.deepcopy()https://docs.python.org/dev/library/copy.html#copy.deepcopy
https://docs.python.org/dev/library/re.html#match-objects
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
https://docs.python.org/dev/library/re.html#re.Match
re.Matchhttps://docs.python.org/dev/library/re.html#re.Match
Generic Alias Typehttps://docs.python.org/dev/library/stdtypes.html#types-genericalias
https://docs.python.org/dev/library/re.html#re.Match.expand
sub()https://docs.python.org/dev/library/re.html#re.Pattern.sub
https://docs.python.org/dev/library/re.html#re.Match.group
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
https://docs.python.org/dev/library/re.html#re.Match.__getitem__
https://docs.python.org/dev/library/re.html#re.Match.groups
https://docs.python.org/dev/library/re.html#re.Match.groupdict
https://docs.python.org/dev/library/re.html#re.Match.start
https://docs.python.org/dev/library/re.html#re.Match.end
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
https://docs.python.org/dev/library/re.html#re.Match.span
https://docs.python.org/dev/library/re.html#re.Match.pos
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
regex objecthttps://docs.python.org/dev/library/re.html#re-objects
https://docs.python.org/dev/library/re.html#re.Match.endpos
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
regex objecthttps://docs.python.org/dev/library/re.html#re-objects
https://docs.python.org/dev/library/re.html#re.Match.lastindex
https://docs.python.org/dev/library/re.html#re.Match.lastgroup
https://docs.python.org/dev/library/re.html#re.Match.re
regular expression objecthttps://docs.python.org/dev/library/re.html#re-objects
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
https://docs.python.org/dev/library/re.html#re.Match.string
match()https://docs.python.org/dev/library/re.html#re.Pattern.match
search()https://docs.python.org/dev/library/re.html#re.Pattern.search
copy.copy()https://docs.python.org/dev/library/copy.html#copy.copy
copy.deepcopy()https://docs.python.org/dev/library/copy.html#copy.deepcopy
https://docs.python.org/dev/library/re.html#regular-expression-examples
https://docs.python.org/dev/library/re.html#checking-for-a-pair
group()https://docs.python.org/dev/library/re.html#re.Match.group
https://docs.python.org/dev/library/re.html#simulating-scanf
https://docs.python.org/dev/library/re.html#search-vs-match
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.fullmatch()https://docs.python.org/dev/library/re.html#re.fullmatch
search()https://docs.python.org/dev/library/re.html#re.search
MULTILINEhttps://docs.python.org/dev/library/re.html#re.MULTILINE
match()https://docs.python.org/dev/library/re.html#re.match
search()https://docs.python.org/dev/library/re.html#re.search
https://docs.python.org/dev/library/re.html#making-a-phonebook
split()https://docs.python.org/dev/library/re.html#re.split
split()https://docs.python.org/dev/library/re.html#re.split
https://docs.python.org/dev/library/re.html#text-munging
sub()https://docs.python.org/dev/library/re.html#re.sub
sub()https://docs.python.org/dev/library/re.html#re.sub
https://docs.python.org/dev/library/re.html#finding-all-adverbs
findall()https://docs.python.org/dev/library/re.html#re.findall
search()https://docs.python.org/dev/library/re.html#re.search
findall()https://docs.python.org/dev/library/re.html#re.findall
https://docs.python.org/dev/library/re.html#finding-all-adverbs-and-their-positions
finditer()https://docs.python.org/dev/library/re.html#re.finditer
Matchhttps://docs.python.org/dev/library/re.html#re.Match
finditer()https://docs.python.org/dev/library/re.html#re.finditer
https://docs.python.org/dev/library/re.html#raw-string-notation
https://docs.python.org/dev/library/re.html#writing-a-tokenizer
tokenizer or scannerhttps://en.wikipedia.org/wiki/Lexical_analysis
Frie09https://docs.python.org/dev/library/re.html#id1
Table of Contentshttps://docs.python.org/dev/contents.html
re — Regular expression operationshttps://docs.python.org/dev/library/re.html
Regular Expression Syntaxhttps://docs.python.org/dev/library/re.html#regular-expression-syntax
Module Contentshttps://docs.python.org/dev/library/re.html#module-contents
Flagshttps://docs.python.org/dev/library/re.html#flags
Functionshttps://docs.python.org/dev/library/re.html#functions
Exceptionshttps://docs.python.org/dev/library/re.html#exceptions
Regular Expression Objectshttps://docs.python.org/dev/library/re.html#regular-expression-objects
Match Objectshttps://docs.python.org/dev/library/re.html#match-objects
Regular Expression Exampleshttps://docs.python.org/dev/library/re.html#regular-expression-examples
Checking for a Pairhttps://docs.python.org/dev/library/re.html#checking-for-a-pair
Simulating scanf()https://docs.python.org/dev/library/re.html#simulating-scanf
search() vs. match()https://docs.python.org/dev/library/re.html#search-vs-match
Making a Phonebookhttps://docs.python.org/dev/library/re.html#making-a-phonebook
Text Munginghttps://docs.python.org/dev/library/re.html#text-munging
Finding all Adverbshttps://docs.python.org/dev/library/re.html#finding-all-adverbs
Finding all Adverbs and their Positionshttps://docs.python.org/dev/library/re.html#finding-all-adverbs-and-their-positions
Raw String Notationhttps://docs.python.org/dev/library/re.html#raw-string-notation
Writing a Tokenizerhttps://docs.python.org/dev/library/re.html#writing-a-tokenizer
string.templatelib — Support for template string literalshttps://docs.python.org/dev/library/string.templatelib.html
difflib — Helpers for computing deltashttps://docs.python.org/dev/library/difflib.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/re.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/difflib.html
previoushttps://docs.python.org/dev/library/string.templatelib.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Text Processing Serviceshttps://docs.python.org/dev/library/text.html
re — Regular expression operationshttps://docs.python.org/dev/library/re.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.