René's URL Explorer Experiment


Title: 如何使用正規表示式 — Python 3.14.0 說明文件

Mail addresses
amk@amk.ca

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
如何使用正規表示式https://python.github.io/python-docs-zh-tw/howto/regex.html
簡介https://python.github.io/python-docs-zh-tw/howto/regex.html#introduction
Simple Patternshttps://python.github.io/python-docs-zh-tw/howto/regex.html#simple-patterns
Matching Charactershttps://python.github.io/python-docs-zh-tw/howto/regex.html#matching-characters
Repeating Thingshttps://python.github.io/python-docs-zh-tw/howto/regex.html#repeating-things
Using Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#using-regular-expressions
Compiling Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#compiling-regular-expressions
The Backslash Plaguehttps://python.github.io/python-docs-zh-tw/howto/regex.html#the-backslash-plague
Performing Matcheshttps://python.github.io/python-docs-zh-tw/howto/regex.html#performing-matches
模組層級函式https://python.github.io/python-docs-zh-tw/howto/regex.html#module-level-functions
Compilation Flagshttps://python.github.io/python-docs-zh-tw/howto/regex.html#compilation-flags
More Pattern Powerhttps://python.github.io/python-docs-zh-tw/howto/regex.html#more-pattern-power
More Metacharactershttps://python.github.io/python-docs-zh-tw/howto/regex.html#more-metacharacters
Groupinghttps://python.github.io/python-docs-zh-tw/howto/regex.html#grouping
Non-capturing and Named Groupshttps://python.github.io/python-docs-zh-tw/howto/regex.html#non-capturing-and-named-groups
Lookahead Assertionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#lookahead-assertions
Modifying Stringshttps://python.github.io/python-docs-zh-tw/howto/regex.html#modifying-strings
Splitting Stringshttps://python.github.io/python-docs-zh-tw/howto/regex.html#splitting-strings
Search and Replacehttps://python.github.io/python-docs-zh-tw/howto/regex.html#search-and-replace
Common Problemshttps://python.github.io/python-docs-zh-tw/howto/regex.html#common-problems
Use String Methodshttps://python.github.io/python-docs-zh-tw/howto/regex.html#use-string-methods
match() versus search()https://python.github.io/python-docs-zh-tw/howto/regex.html#match-versus-search
Greedy versus Non-Greedyhttps://python.github.io/python-docs-zh-tw/howto/regex.html#greedy-versus-non-greedy
Using re.VERBOSEhttps://python.github.io/python-docs-zh-tw/howto/regex.html#using-re-verbose
Feedbackhttps://python.github.io/python-docs-zh-tw/howto/regex.html#feedback
Logging Cookbookhttps://python.github.io/python-docs-zh-tw/howto/logging-cookbook.html
Socket 程式設計指南https://python.github.io/python-docs-zh-tw/howto/sockets.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/regex.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/sockets.html
上一頁https://python.github.io/python-docs-zh-tw/howto/logging-cookbook.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
如何使用正規表示式https://python.github.io/python-docs-zh-tw/howto/regex.html
https://python.github.io/python-docs-zh-tw/howto/regex.html#regular-expression-howto
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/howto/regex.html#introduction
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/howto/regex.html#simple-patterns
https://python.github.io/python-docs-zh-tw/howto/regex.html#matching-characters
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
re.ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
Regular Expression Syntaxhttps://python.github.io/python-docs-zh-tw/library/re.html#re-syntax
re.DOTALLhttps://python.github.io/python-docs-zh-tw/library/re.html#re.DOTALL
https://python.github.io/python-docs-zh-tw/howto/regex.html#repeating-things
https://python.github.io/python-docs-zh-tw/howto/regex.html#using-regular-expressions
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/howto/regex.html#compiling-regular-expressions
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
sockethttps://python.github.io/python-docs-zh-tw/library/socket.html#module-socket
zlibhttps://python.github.io/python-docs-zh-tw/library/zlib.html#module-zlib
https://python.github.io/python-docs-zh-tw/howto/regex.html#the-backslash-plague
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
https://python.github.io/python-docs-zh-tw/howto/regex.html#performing-matches
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
group()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.group
start()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.start
end()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.end
span()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.span
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
findall()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.findall
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
The Backslash Plaguehttps://python.github.io/python-docs-zh-tw/howto/regex.html#the-backslash-plague
findall()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.findall
finditer()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.finditer
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
https://python.github.io/python-docs-zh-tw/howto/regex.html#module-level-functions
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.match
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
findall()https://python.github.io/python-docs-zh-tw/library/re.html#re.findall
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
https://python.github.io/python-docs-zh-tw/howto/regex.html#compilation-flags
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
IGNORECASEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
Ihttps://python.github.io/python-docs-zh-tw/library/re.html#re.I
re.VERBOSEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
re.Xhttps://python.github.io/python-docs-zh-tw/library/re.html#re.X
Ihttps://python.github.io/python-docs-zh-tw/library/re.html#re.I
Mhttps://python.github.io/python-docs-zh-tw/library/re.html#re.M
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
Ahttps://python.github.io/python-docs-zh-tw/library/re.html#re.A
DOTALLhttps://python.github.io/python-docs-zh-tw/library/re.html#re.DOTALL
Shttps://python.github.io/python-docs-zh-tw/library/re.html#re.S
IGNORECASEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
Ihttps://python.github.io/python-docs-zh-tw/library/re.html#re.I
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
Lhttps://python.github.io/python-docs-zh-tw/library/re.html#re.L
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
Mhttps://python.github.io/python-docs-zh-tw/library/re.html#re.M
VERBOSEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
Xhttps://python.github.io/python-docs-zh-tw/library/re.html#re.X
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
IGNORECASEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
More Metacharactershttps://python.github.io/python-docs-zh-tw/howto/regex.html#more-metacharacters
re.VERBOSEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
re.VERBOSEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
https://python.github.io/python-docs-zh-tw/howto/regex.html#more-pattern-power
https://python.github.io/python-docs-zh-tw/howto/regex.html#more-metacharacters
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
https://python.github.io/python-docs-zh-tw/howto/regex.html#grouping
group()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.group
start()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.start
end()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.end
span()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.span
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
group()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.group
groups()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.groups
https://python.github.io/python-docs-zh-tw/howto/regex.html#non-capturing-and-named-groups
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
groupdict()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.groupdict
imaplibhttps://python.github.io/python-docs-zh-tw/library/imaplib.html#module-imaplib
https://python.github.io/python-docs-zh-tw/howto/regex.html#lookahead-assertions
https://python.github.io/python-docs-zh-tw/howto/regex.html#modifying-strings
https://python.github.io/python-docs-zh-tw/howto/regex.html#splitting-strings
split()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.split
split()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.split
re.split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
re.split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
https://python.github.io/python-docs-zh-tw/howto/regex.html#search-and-replace
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.sub
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.sub
subn()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.subn
match objecthttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
re.sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
https://python.github.io/python-docs-zh-tw/howto/regex.html#common-problems
https://python.github.io/python-docs-zh-tw/howto/regex.html#use-string-methods
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
IGNORECASEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
re.sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
replace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.replace
translate()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.translate
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/howto/regex.html#match-versus-search
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.match
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
re.match()https://python.github.io/python-docs-zh-tw/library/re.html#re.match
re.search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
re.search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
https://python.github.io/python-docs-zh-tw/howto/regex.html#greedy-versus-non-greedy
https://python.github.io/python-docs-zh-tw/howto/regex.html#using-re-verbose
re.VERBOSEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
https://python.github.io/python-docs-zh-tw/howto/regex.html#feedback
目錄https://python.github.io/python-docs-zh-tw/contents.html
如何使用正規表示式https://python.github.io/python-docs-zh-tw/howto/regex.html
簡介https://python.github.io/python-docs-zh-tw/howto/regex.html#introduction
Simple Patternshttps://python.github.io/python-docs-zh-tw/howto/regex.html#simple-patterns
Matching Charactershttps://python.github.io/python-docs-zh-tw/howto/regex.html#matching-characters
Repeating Thingshttps://python.github.io/python-docs-zh-tw/howto/regex.html#repeating-things
Using Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#using-regular-expressions
Compiling Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#compiling-regular-expressions
The Backslash Plaguehttps://python.github.io/python-docs-zh-tw/howto/regex.html#the-backslash-plague
Performing Matcheshttps://python.github.io/python-docs-zh-tw/howto/regex.html#performing-matches
模組層級函式https://python.github.io/python-docs-zh-tw/howto/regex.html#module-level-functions
Compilation Flagshttps://python.github.io/python-docs-zh-tw/howto/regex.html#compilation-flags
More Pattern Powerhttps://python.github.io/python-docs-zh-tw/howto/regex.html#more-pattern-power
More Metacharactershttps://python.github.io/python-docs-zh-tw/howto/regex.html#more-metacharacters
Groupinghttps://python.github.io/python-docs-zh-tw/howto/regex.html#grouping
Non-capturing and Named Groupshttps://python.github.io/python-docs-zh-tw/howto/regex.html#non-capturing-and-named-groups
Lookahead Assertionshttps://python.github.io/python-docs-zh-tw/howto/regex.html#lookahead-assertions
Modifying Stringshttps://python.github.io/python-docs-zh-tw/howto/regex.html#modifying-strings
Splitting Stringshttps://python.github.io/python-docs-zh-tw/howto/regex.html#splitting-strings
Search and Replacehttps://python.github.io/python-docs-zh-tw/howto/regex.html#search-and-replace
Common Problemshttps://python.github.io/python-docs-zh-tw/howto/regex.html#common-problems
Use String Methodshttps://python.github.io/python-docs-zh-tw/howto/regex.html#use-string-methods
match() versus search()https://python.github.io/python-docs-zh-tw/howto/regex.html#match-versus-search
Greedy versus Non-Greedyhttps://python.github.io/python-docs-zh-tw/howto/regex.html#greedy-versus-non-greedy
Using re.VERBOSEhttps://python.github.io/python-docs-zh-tw/howto/regex.html#using-re-verbose
Feedbackhttps://python.github.io/python-docs-zh-tw/howto/regex.html#feedback
Logging Cookbookhttps://python.github.io/python-docs-zh-tw/howto/logging-cookbook.html
Socket 程式設計指南https://python.github.io/python-docs-zh-tw/howto/sockets.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/regex.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/sockets.html
上一頁https://python.github.io/python-docs-zh-tw/howto/logging-cookbook.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
如何使用正規表示式https://python.github.io/python-docs-zh-tw/howto/regex.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.