René's URL Explorer Experiment


Title: Text Processing Services — Python 3.15.0a5 documentation

Open Graph Title: Text Processing Services

Description: The modules described in this chapter provide a wide range of string manipulation operations and other text processing services. The codecs module described under Binary Data Services is also highl...

Open Graph Description: The modules described in this chapter provide a wide range of string manipulation operations and other text processing services. The codecs module described under Binary Data Services is also highl...

Opengraph URL: https://docs.python.org/3/library/text.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_text_38b2f264.png
og:image:altThe modules described in this chapter provide a wide range of string manipulation operations and other text processing services. The codecs module described under Binary Data Services is also highl...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Built-in Exceptionshttps://docs.python.org/dev/library/exceptions.html
string — Common string operationshttps://docs.python.org/dev/library/string.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/text.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/string.html
previoushttps://docs.python.org/dev/library/exceptions.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
https://docs.python.org/dev/library/text.html#text-processing-services
codecshttps://docs.python.org/dev/library/codecs.html#module-codecs
Binary Data Serviceshttps://docs.python.org/dev/library/binary.html#binaryservices
Text Sequence Type — strhttps://docs.python.org/dev/library/stdtypes.html#textseq
string — Common string operationshttps://docs.python.org/dev/library/string.html
String constantshttps://docs.python.org/dev/library/string.html#string-constants
Custom String Formattinghttps://docs.python.org/dev/library/string.html#custom-string-formatting
Format String Syntaxhttps://docs.python.org/dev/library/string.html#format-string-syntax
Format Specification Mini-Languagehttps://docs.python.org/dev/library/string.html#format-specification-mini-language
Format exampleshttps://docs.python.org/dev/library/string.html#format-examples
Template strings ($-strings)https://docs.python.org/dev/library/string.html#template-strings-strings
Helper functionshttps://docs.python.org/dev/library/string.html#helper-functions
string.templatelib — Support for template string literalshttps://docs.python.org/dev/library/string.templatelib.html
Template stringshttps://docs.python.org/dev/library/string.templatelib.html#template-strings
Typeshttps://docs.python.org/dev/library/string.templatelib.html#types
Helper functionshttps://docs.python.org/dev/library/string.templatelib.html#helper-functions
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
difflib — Helpers for computing deltashttps://docs.python.org/dev/library/difflib.html
SequenceMatcher Objectshttps://docs.python.org/dev/library/difflib.html#sequencematcher-objects
SequenceMatcher Exampleshttps://docs.python.org/dev/library/difflib.html#sequencematcher-examples
Differ Objectshttps://docs.python.org/dev/library/difflib.html#differ-objects
Differ Examplehttps://docs.python.org/dev/library/difflib.html#differ-example
A command-line interface to difflibhttps://docs.python.org/dev/library/difflib.html#a-command-line-interface-to-difflib
ndiff examplehttps://docs.python.org/dev/library/difflib.html#ndiff-example
textwrap — Text wrapping and fillinghttps://docs.python.org/dev/library/textwrap.html
unicodedata — Unicode Databasehttps://docs.python.org/dev/library/unicodedata.html
stringprep — Internet String Preparationhttps://docs.python.org/dev/library/stringprep.html
readline — GNU readline interfacehttps://docs.python.org/dev/library/readline.html
Init filehttps://docs.python.org/dev/library/readline.html#init-file
Line bufferhttps://docs.python.org/dev/library/readline.html#line-buffer
History filehttps://docs.python.org/dev/library/readline.html#history-file
History listhttps://docs.python.org/dev/library/readline.html#history-list
Startup hookshttps://docs.python.org/dev/library/readline.html#startup-hooks
Completionhttps://docs.python.org/dev/library/readline.html#completion
Examplehttps://docs.python.org/dev/library/readline.html#example
rlcompleter — Completion function for GNU readlinehttps://docs.python.org/dev/library/rlcompleter.html
Built-in Exceptionshttps://docs.python.org/dev/library/exceptions.html
string — Common string operationshttps://docs.python.org/dev/library/string.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/text.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/string.html
previoushttps://docs.python.org/dev/library/exceptions.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
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.