René's URL Explorer Experiment


Title: re --- 正規表示式 (regular expression) 操作 — Python 3.14.0 說明文件

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
re --- 正規表示式 (regular expression) 操作https://python.github.io/python-docs-zh-tw/library/re.html
正規表示式語法https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-syntax
模組內容https://python.github.io/python-docs-zh-tw/library/re.html#module-contents
旗標https://python.github.io/python-docs-zh-tw/library/re.html#flags
函式https://python.github.io/python-docs-zh-tw/library/re.html#functions
例外https://python.github.io/python-docs-zh-tw/library/re.html#exceptions
正規表示式物件https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-objects
Match Objectshttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
Regular Expression Exampleshttps://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-examples
Checking for a Pairhttps://python.github.io/python-docs-zh-tw/library/re.html#checking-for-a-pair
模擬 scanf()https://python.github.io/python-docs-zh-tw/library/re.html#simulating-scanf
search() vs. match()https://python.github.io/python-docs-zh-tw/library/re.html#search-vs-match
Making a Phonebookhttps://python.github.io/python-docs-zh-tw/library/re.html#making-a-phonebook
Text Munginghttps://python.github.io/python-docs-zh-tw/library/re.html#text-munging
Finding all Adverbshttps://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs
Finding all Adverbs and their Positionshttps://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs-and-their-positions
Raw String Notationhttps://python.github.io/python-docs-zh-tw/library/re.html#raw-string-notation
Writing a Tokenizerhttps://python.github.io/python-docs-zh-tw/library/re.html#writing-a-tokenizer
string.templatelib --- 對模板字串字面值的支援https://python.github.io/python-docs-zh-tw/library/string.templatelib.html
difflib --- 計算差異的輔助工具https://python.github.io/python-docs-zh-tw/library/difflib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/re.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/library/difflib.html
上一頁https://python.github.io/python-docs-zh-tw/library/string.templatelib.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html
re --- 正規表示式 (regular expression) 操作https://python.github.io/python-docs-zh-tw/library/re.html
https://python.github.io/python-docs-zh-tw/library/re.html#module-re
Lib/re/https://github.com/python/cpython/tree/3.14/Lib/re/
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
SyntaxWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxWarning
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
compiled regular expressionshttps://python.github.io/python-docs-zh-tw/library/re.html#re-objects
regexhttps://pypi.org/project/regex/
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-syntax
[Frie09]https://python.github.io/python-docs-zh-tw/library/re.html#frie09
如何使用正規表示式https://python.github.io/python-docs-zh-tw/howto/regex.html#regex-howto
DOTALLhttps://python.github.io/python-docs-zh-tw/library/re.html#re.DOTALL
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
Unicode Technical Standard #18https://unicode.org/reports/tr18/
FutureWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#FutureWarning
FutureWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#FutureWarning
re.Ahttps://python.github.io/python-docs-zh-tw/library/re.html#re.A
re.Ihttps://python.github.io/python-docs-zh-tw/library/re.html#re.I
re.Lhttps://python.github.io/python-docs-zh-tw/library/re.html#re.L
re.Mhttps://python.github.io/python-docs-zh-tw/library/re.html#re.M
re.Shttps://python.github.io/python-docs-zh-tw/library/re.html#re.S
re.Uhttps://python.github.io/python-docs-zh-tw/library/re.html#re.U
re.Xhttps://python.github.io/python-docs-zh-tw/library/re.html#re.X
模組內容https://python.github.io/python-docs-zh-tw/library/re.html#contents-of-module-re
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
re.Ahttps://python.github.io/python-docs-zh-tw/library/re.html#re.A
re.Ihttps://python.github.io/python-docs-zh-tw/library/re.html#re.I
re.Lhttps://python.github.io/python-docs-zh-tw/library/re.html#re.L
re.Mhttps://python.github.io/python-docs-zh-tw/library/re.html#re.M
re.Shttps://python.github.io/python-docs-zh-tw/library/re.html#re.S
re.Uhttps://python.github.io/python-docs-zh-tw/library/re.html#re.U
re.Xhttps://python.github.io/python-docs-zh-tw/library/re.html#re.X
模組內容https://python.github.io/python-docs-zh-tw/library/re.html#contents-of-module-re
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.match
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
[Nd]https://www.unicode.org/versions/Unicode15.0.0/ch04.pdf#G134153
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
str.isspace()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isspace
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
str.isalnum()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalnum
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
str.isalnum()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.isalnum
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
跳脫序列https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#escape-sequences
https://python.github.io/python-docs-zh-tw/library/re.html#module-contents
https://python.github.io/python-docs-zh-tw/library/re.html#flags
RegexFlaghttps://python.github.io/python-docs-zh-tw/library/re.html#re.RegexFlag
enum.IntFlaghttps://python.github.io/python-docs-zh-tw/library/enum.html#enum.IntFlag
https://python.github.io/python-docs-zh-tw/library/re.html#re.RegexFlag
enum.IntFlaghttps://python.github.io/python-docs-zh-tw/library/enum.html#enum.IntFlag
https://python.github.io/python-docs-zh-tw/library/re.html#re.A
https://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
Uhttps://python.github.io/python-docs-zh-tw/library/re.html#re.U
UNICODEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.UNICODE
https://python.github.io/python-docs-zh-tw/library/re.html#re.DEBUG
https://python.github.io/python-docs-zh-tw/library/re.html#re.I
https://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
IGNORECASEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.IGNORECASE
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
https://python.github.io/python-docs-zh-tw/library/re.html#re.L
https://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
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
LOCALEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.LOCALE
https://python.github.io/python-docs-zh-tw/library/re.html#re.M
https://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
https://python.github.io/python-docs-zh-tw/library/re.html#re.NOFLAG
https://python.github.io/python-docs-zh-tw/library/re.html#re.S
https://python.github.io/python-docs-zh-tw/library/re.html#re.DOTALL
https://python.github.io/python-docs-zh-tw/library/re.html#re.U
https://python.github.io/python-docs-zh-tw/library/re.html#re.UNICODE
ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
https://python.github.io/python-docs-zh-tw/library/re.html#re.X
https://python.github.io/python-docs-zh-tw/library/re.html#re.VERBOSE
https://python.github.io/python-docs-zh-tw/library/re.html#functions
https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
正規表示式物件https://python.github.io/python-docs-zh-tw/library/re.html#re-objects
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
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
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
https://python.github.io/python-docs-zh-tw/library/re.html#re.search
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.match
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
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
search() vs. match()https://python.github.io/python-docs-zh-tw/library/re.html#search-vs-match
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.fullmatch
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.split
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
僅限關鍵字參數https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
https://python.github.io/python-docs-zh-tw/library/re.html#re.findall
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.finditer
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
Patternhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
僅限關鍵字參數https://python.github.io/python-docs-zh-tw/glossary.html#keyword-only-parameter
https://python.github.io/python-docs-zh-tw/library/re.html#re.subn
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
flagshttps://python.github.io/python-docs-zh-tw/library/re.html#flags
https://python.github.io/python-docs-zh-tw/library/re.html#re.escape
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
subn()https://python.github.io/python-docs-zh-tw/library/re.html#re.subn
https://python.github.io/python-docs-zh-tw/library/re.html#re.purge
https://python.github.io/python-docs-zh-tw/library/re.html#exceptions
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError.msg
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError.pattern
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError.pos
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError.lineno
https://python.github.io/python-docs-zh-tw/library/re.html#re.PatternError.colno
https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-objects
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern
re.compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
re.Patternhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
Matchhttps://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.Pattern.search
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
search() vs. match()https://python.github.io/python-docs-zh-tw/library/re.html#search-vs-match
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.fullmatch
Matchhttps://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.Pattern.search
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.split
split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.findall
findall()https://python.github.io/python-docs-zh-tw/library/re.html#re.findall
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.finditer
finditer()https://python.github.io/python-docs-zh-tw/library/re.html#re.finditer
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
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.sub
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.subn
subn()https://python.github.io/python-docs-zh-tw/library/re.html#re.subn
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.flags
compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
UNICODEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.UNICODE
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.groups
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.groupindex
https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.pattern
copy.copy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.copy
copy.deepcopy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.deepcopy
https://python.github.io/python-docs-zh-tw/library/re.html#match-objects
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
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match
re.Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.expand
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.sub
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.group
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.__getitem__
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.groups
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.groupdict
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.start
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.end
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.span
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.pos
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
regex objecthttps://python.github.io/python-docs-zh-tw/library/re.html#re-objects
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.endpos
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.search
match()https://python.github.io/python-docs-zh-tw/library/re.html#re.Pattern.match
regex objecthttps://python.github.io/python-docs-zh-tw/library/re.html#re-objects
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.lastindex
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.lastgroup
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.re
regular expression objecthttps://python.github.io/python-docs-zh-tw/library/re.html#re-objects
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
https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.string
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
copy.copy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.copy
copy.deepcopy()https://python.github.io/python-docs-zh-tw/library/copy.html#copy.deepcopy
https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-examples
https://python.github.io/python-docs-zh-tw/library/re.html#checking-for-a-pair
group()https://python.github.io/python-docs-zh-tw/library/re.html#re.Match.group
https://python.github.io/python-docs-zh-tw/library/re.html#simulating-scanf
https://python.github.io/python-docs-zh-tw/library/re.html#search-vs-match
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.fullmatch()https://python.github.io/python-docs-zh-tw/library/re.html#re.fullmatch
search()https://python.github.io/python-docs-zh-tw/library/re.html#re.search
MULTILINEhttps://python.github.io/python-docs-zh-tw/library/re.html#re.MULTILINE
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
https://python.github.io/python-docs-zh-tw/library/re.html#making-a-phonebook
split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
split()https://python.github.io/python-docs-zh-tw/library/re.html#re.split
https://python.github.io/python-docs-zh-tw/library/re.html#text-munging
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
sub()https://python.github.io/python-docs-zh-tw/library/re.html#re.sub
https://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs
findall()https://python.github.io/python-docs-zh-tw/library/re.html#re.findall
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
https://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs-and-their-positions
finditer()https://python.github.io/python-docs-zh-tw/library/re.html#re.finditer
Matchhttps://python.github.io/python-docs-zh-tw/library/re.html#re.Match
finditer()https://python.github.io/python-docs-zh-tw/library/re.html#re.finditer
https://python.github.io/python-docs-zh-tw/library/re.html#raw-string-notation
https://python.github.io/python-docs-zh-tw/library/re.html#writing-a-tokenizer
tokenizer or scannerhttps://en.wikipedia.org/wiki/Lexical_analysis
Frie09https://python.github.io/python-docs-zh-tw/library/re.html#id1
目錄https://python.github.io/python-docs-zh-tw/contents.html
re --- 正規表示式 (regular expression) 操作https://python.github.io/python-docs-zh-tw/library/re.html
正規表示式語法https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-syntax
模組內容https://python.github.io/python-docs-zh-tw/library/re.html#module-contents
旗標https://python.github.io/python-docs-zh-tw/library/re.html#flags
函式https://python.github.io/python-docs-zh-tw/library/re.html#functions
例外https://python.github.io/python-docs-zh-tw/library/re.html#exceptions
正規表示式物件https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-objects
Match Objectshttps://python.github.io/python-docs-zh-tw/library/re.html#match-objects
Regular Expression Exampleshttps://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-examples
Checking for a Pairhttps://python.github.io/python-docs-zh-tw/library/re.html#checking-for-a-pair
模擬 scanf()https://python.github.io/python-docs-zh-tw/library/re.html#simulating-scanf
search() vs. match()https://python.github.io/python-docs-zh-tw/library/re.html#search-vs-match
Making a Phonebookhttps://python.github.io/python-docs-zh-tw/library/re.html#making-a-phonebook
Text Munginghttps://python.github.io/python-docs-zh-tw/library/re.html#text-munging
Finding all Adverbshttps://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs
Finding all Adverbs and their Positionshttps://python.github.io/python-docs-zh-tw/library/re.html#finding-all-adverbs-and-their-positions
Raw String Notationhttps://python.github.io/python-docs-zh-tw/library/re.html#raw-string-notation
Writing a Tokenizerhttps://python.github.io/python-docs-zh-tw/library/re.html#writing-a-tokenizer
string.templatelib --- 對模板字串字面值的支援https://python.github.io/python-docs-zh-tw/library/string.templatelib.html
difflib --- 計算差異的輔助工具https://python.github.io/python-docs-zh-tw/library/difflib.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/re.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/library/difflib.html
上一頁https://python.github.io/python-docs-zh-tw/library/string.templatelib.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html
re --- 正規表示式 (regular expression) 操作https://python.github.io/python-docs-zh-tw/library/re.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.