René's URL Explorer Experiment


Title: 文本處理 (Text Processing) 服務 — 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/library/exceptions.html
string --- 常見的字串操作https://python.github.io/python-docs-zh-tw/library/string.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/text.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/string.html
上一頁https://python.github.io/python-docs-zh-tw/library/exceptions.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
https://python.github.io/python-docs-zh-tw/library/text.html#text-processing-services
二進位資料服務https://python.github.io/python-docs-zh-tw/library/binary.html#binaryservices
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
string --- 常見的字串操作https://python.github.io/python-docs-zh-tw/library/string.html
字串常數https://python.github.io/python-docs-zh-tw/library/string.html#string-constants
自訂字串格式https://python.github.io/python-docs-zh-tw/library/string.html#custom-string-formatting
格式化文字語法https://python.github.io/python-docs-zh-tw/library/string.html#format-string-syntax
格式規格 (Format Specification) 迷你語言https://python.github.io/python-docs-zh-tw/library/string.html#format-specification-mini-language
格式範例https://python.github.io/python-docs-zh-tw/library/string.html#format-examples
模板字串 ($-strings)https://python.github.io/python-docs-zh-tw/library/string.html#template-strings-strings
輔助函式https://python.github.io/python-docs-zh-tw/library/string.html#helper-functions
string.templatelib --- 對模板字串字面值的支援https://python.github.io/python-docs-zh-tw/library/string.templatelib.html
模板字串https://python.github.io/python-docs-zh-tw/library/string.templatelib.html#template-strings
Typeshttps://python.github.io/python-docs-zh-tw/library/string.templatelib.html#types
Helper functionshttps://python.github.io/python-docs-zh-tw/library/string.templatelib.html#helper-functions
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
difflib --- 計算差異的輔助工具https://python.github.io/python-docs-zh-tw/library/difflib.html
SequenceMatcher 物件https://python.github.io/python-docs-zh-tw/library/difflib.html#sequencematcher-objects
SequenceMatcher 範例https://python.github.io/python-docs-zh-tw/library/difflib.html#sequencematcher-examples
Differ Objectshttps://python.github.io/python-docs-zh-tw/library/difflib.html#differ-objects
Differ Examplehttps://python.github.io/python-docs-zh-tw/library/difflib.html#differ-example
difflib 的命令列介面https://python.github.io/python-docs-zh-tw/library/difflib.html#a-command-line-interface-to-difflib
ndiff 範例:https://python.github.io/python-docs-zh-tw/library/difflib.html#ndiff-example
textwrap --- 文字包裝與填充https://python.github.io/python-docs-zh-tw/library/textwrap.html
unicodedata --- Unicode 資料庫https://python.github.io/python-docs-zh-tw/library/unicodedata.html
stringprep --- 網際網路字串的準備https://python.github.io/python-docs-zh-tw/library/stringprep.html
readline --- GNU readline 介面https://python.github.io/python-docs-zh-tw/library/readline.html
Init filehttps://python.github.io/python-docs-zh-tw/library/readline.html#init-file
Line bufferhttps://python.github.io/python-docs-zh-tw/library/readline.html#line-buffer
History filehttps://python.github.io/python-docs-zh-tw/library/readline.html#history-file
History listhttps://python.github.io/python-docs-zh-tw/library/readline.html#history-list
Startup hookshttps://python.github.io/python-docs-zh-tw/library/readline.html#startup-hooks
Completionhttps://python.github.io/python-docs-zh-tw/library/readline.html#completion
範例https://python.github.io/python-docs-zh-tw/library/readline.html#example
rlcompleter --- GNU readline 的補全函式https://python.github.io/python-docs-zh-tw/library/rlcompleter.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
string --- 常見的字串操作https://python.github.io/python-docs-zh-tw/library/string.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/text.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/string.html
上一頁https://python.github.io/python-docs-zh-tw/library/exceptions.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
版權所有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.