René's URL Explorer Experiment


Title: 7. String Services — Python 2.7.18 documentation

direct link

Domain: docs.python.org

Links:

no longer supportedhttps://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable releasehttps://docs.python.org/3/library/strings.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/string.html
previoushttps://docs.python.org/2/library/exceptions.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
https://docs.python.org/2/library/strings.html#string-services
Sequence Types — str, unicode, list, tuple, bytearray, buffer, xrangehttps://docs.python.org/2/library/stdtypes.html#typesseq
String Methodshttps://docs.python.org/2/library/stdtypes.html#string-methods
String Formatting Operationshttps://docs.python.org/2/library/stdtypes.html#string-formatting
rehttps://docs.python.org/2/library/re.html#module-re
7.1. string — Common string operationshttps://docs.python.org/2/library/string.html
7.1.1. String constantshttps://docs.python.org/2/library/string.html#string-constants
7.1.2. Custom String Formattinghttps://docs.python.org/2/library/string.html#custom-string-formatting
7.1.3. Format String Syntaxhttps://docs.python.org/2/library/string.html#format-string-syntax
7.1.3.1. Format Specification Mini-Languagehttps://docs.python.org/2/library/string.html#format-specification-mini-language
7.1.3.2. Format exampleshttps://docs.python.org/2/library/string.html#format-examples
7.1.4. Template stringshttps://docs.python.org/2/library/string.html#template-strings
7.1.5. String functionshttps://docs.python.org/2/library/string.html#string-functions
7.1.6. Deprecated string functionshttps://docs.python.org/2/library/string.html#deprecated-string-functions
7.2. re — Regular expression operationshttps://docs.python.org/2/library/re.html
7.2.1. Regular Expression Syntaxhttps://docs.python.org/2/library/re.html#regular-expression-syntax
7.2.2. Module Contentshttps://docs.python.org/2/library/re.html#module-contents
7.2.3. Regular Expression Objectshttps://docs.python.org/2/library/re.html#regular-expression-objects
7.2.4. Match Objectshttps://docs.python.org/2/library/re.html#match-objects
7.2.5. Exampleshttps://docs.python.org/2/library/re.html#examples
7.2.5.1. Checking For a Pairhttps://docs.python.org/2/library/re.html#checking-for-a-pair
7.2.5.2. Simulating scanf()https://docs.python.org/2/library/re.html#simulating-scanf
7.2.5.3. search() vs. match()https://docs.python.org/2/library/re.html#search-vs-match
7.2.5.4. Making a Phonebookhttps://docs.python.org/2/library/re.html#making-a-phonebook
7.2.5.5. Text Munginghttps://docs.python.org/2/library/re.html#text-munging
7.2.5.6. Finding all Adverbshttps://docs.python.org/2/library/re.html#finding-all-adverbs
7.2.5.7. Finding all Adverbs and their Positionshttps://docs.python.org/2/library/re.html#finding-all-adverbs-and-their-positions
7.2.5.8. Raw String Notationhttps://docs.python.org/2/library/re.html#raw-string-notation
7.3. struct — Interpret strings as packed binary datahttps://docs.python.org/2/library/struct.html
7.3.1. Functions and Exceptionshttps://docs.python.org/2/library/struct.html#functions-and-exceptions
7.3.2. Format Stringshttps://docs.python.org/2/library/struct.html#format-strings
7.3.2.1. Byte Order, Size, and Alignmenthttps://docs.python.org/2/library/struct.html#byte-order-size-and-alignment
7.3.2.2. Format Charactershttps://docs.python.org/2/library/struct.html#format-characters
7.3.2.3. Exampleshttps://docs.python.org/2/library/struct.html#examples
7.3.3. Classeshttps://docs.python.org/2/library/struct.html#classes
7.4. difflib — Helpers for computing deltashttps://docs.python.org/2/library/difflib.html
7.4.1. SequenceMatcher Objectshttps://docs.python.org/2/library/difflib.html#sequencematcher-objects
7.4.2. SequenceMatcher Exampleshttps://docs.python.org/2/library/difflib.html#sequencematcher-examples
7.4.3. Differ Objectshttps://docs.python.org/2/library/difflib.html#differ-objects
7.4.4. Differ Examplehttps://docs.python.org/2/library/difflib.html#differ-example
7.4.5. A command-line interface to difflibhttps://docs.python.org/2/library/difflib.html#a-command-line-interface-to-difflib
7.5. StringIO — Read and write strings as fileshttps://docs.python.org/2/library/stringio.html
7.6. cStringIO — Faster version of StringIOhttps://docs.python.org/2/library/stringio.html#module-cStringIO
7.7. textwrap — Text wrapping and fillinghttps://docs.python.org/2/library/textwrap.html
7.8. codecs — Codec registry and base classeshttps://docs.python.org/2/library/codecs.html
7.8.1. Codec Base Classeshttps://docs.python.org/2/library/codecs.html#codec-base-classes
7.8.1.1. Codec Objectshttps://docs.python.org/2/library/codecs.html#codec-objects
7.8.1.2. IncrementalEncoder Objectshttps://docs.python.org/2/library/codecs.html#incrementalencoder-objects
7.8.1.3. IncrementalDecoder Objectshttps://docs.python.org/2/library/codecs.html#incrementaldecoder-objects
7.8.1.4. StreamWriter Objectshttps://docs.python.org/2/library/codecs.html#streamwriter-objects
7.8.1.5. StreamReader Objectshttps://docs.python.org/2/library/codecs.html#streamreader-objects
7.8.1.6. StreamReaderWriter Objectshttps://docs.python.org/2/library/codecs.html#streamreaderwriter-objects
7.8.1.7. StreamRecoder Objectshttps://docs.python.org/2/library/codecs.html#streamrecoder-objects
7.8.2. Encodings and Unicodehttps://docs.python.org/2/library/codecs.html#encodings-and-unicode
7.8.3. Standard Encodingshttps://docs.python.org/2/library/codecs.html#standard-encodings
7.8.4. Python Specific Encodingshttps://docs.python.org/2/library/codecs.html#python-specific-encodings
7.8.5. encodings.idna — Internationalized Domain Names in Applicationshttps://docs.python.org/2/library/codecs.html#module-encodings.idna
7.8.6. encodings.utf_8_sig — UTF-8 codec with BOM signaturehttps://docs.python.org/2/library/codecs.html#module-encodings.utf_8_sig
7.9. unicodedata — Unicode Databasehttps://docs.python.org/2/library/unicodedata.html
7.10. stringprep — Internet String Preparationhttps://docs.python.org/2/library/stringprep.html
7.11. fpformat — Floating point conversionshttps://docs.python.org/2/library/fpformat.html
6. Built-in Exceptionshttps://docs.python.org/2/library/exceptions.html
7.1. string — Common string operationshttps://docs.python.org/2/library/string.html
Show Sourcehttps://docs.python.org/2/_sources/library/strings.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/string.html
previoushttps://docs.python.org/2/library/exceptions.html
Pythonhttps://www.python.org/
Python 2.7.18 documentationhttps://docs.python.org/2/index.html
The Python Standard Libraryhttps://docs.python.org/2/library/index.html
Copyrighthttps://docs.python.org/2/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/2/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.