René's URL Explorer Experiment


Title: 7.1. string — Common string operations — 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/string.html
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/re.html
previoushttps://docs.python.org/2/library/strings.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
7. String Serviceshttps://docs.python.org/2/library/strings.html
stringhttps://docs.python.org/2/library/string.html#module-string
https://docs.python.org/2/library/string.html#module-string
Lib/string.pyhttps://github.com/python/cpython/tree/2.7/Lib/string.py
stringhttps://docs.python.org/2/library/string.html#module-string
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
https://docs.python.org/2/library/string.html#string-constants
https://docs.python.org/2/library/string.html#string.ascii_letters
ascii_lowercasehttps://docs.python.org/2/library/string.html#string.ascii_lowercase
ascii_uppercasehttps://docs.python.org/2/library/string.html#string.ascii_uppercase
https://docs.python.org/2/library/string.html#string.ascii_lowercase
https://docs.python.org/2/library/string.html#string.ascii_uppercase
https://docs.python.org/2/library/string.html#string.digits
https://docs.python.org/2/library/string.html#string.hexdigits
https://docs.python.org/2/library/string.html#string.letters
lowercasehttps://docs.python.org/2/library/string.html#string.lowercase
uppercasehttps://docs.python.org/2/library/string.html#string.uppercase
locale.setlocale()https://docs.python.org/2/library/locale.html#locale.setlocale
https://docs.python.org/2/library/string.html#string.lowercase
locale.setlocale()https://docs.python.org/2/library/locale.html#locale.setlocale
https://docs.python.org/2/library/string.html#string.octdigits
https://docs.python.org/2/library/string.html#string.punctuation
https://docs.python.org/2/library/string.html#string.printable
digitshttps://docs.python.org/2/library/string.html#string.digits
lettershttps://docs.python.org/2/library/string.html#string.letters
punctuationhttps://docs.python.org/2/library/string.html#string.punctuation
whitespacehttps://docs.python.org/2/library/string.html#string.whitespace
https://docs.python.org/2/library/string.html#string.uppercase
locale.setlocale()https://docs.python.org/2/library/locale.html#locale.setlocale
https://docs.python.org/2/library/string.html#string.whitespace
https://docs.python.org/2/library/string.html#custom-string-formatting
str.format()https://docs.python.org/2/library/stdtypes.html#str.format
PEP 3101https://www.python.org/dev/peps/pep-3101
Formatterhttps://docs.python.org/2/library/string.html#string.Formatter
stringhttps://docs.python.org/2/library/string.html#module-string
format()https://docs.python.org/2/library/stdtypes.html#str.format
https://docs.python.org/2/library/string.html#string.Formatter
Formatterhttps://docs.python.org/2/library/string.html#string.Formatter
https://docs.python.org/2/library/string.html#string.Formatter.format
vformat()https://docs.python.org/2/library/string.html#string.Formatter.vformat
https://docs.python.org/2/library/string.html#string.Formatter.vformat
vformat()https://docs.python.org/2/library/string.html#string.Formatter.vformat
Formatterhttps://docs.python.org/2/library/string.html#string.Formatter
https://docs.python.org/2/library/string.html#string.Formatter.parse
vformat()https://docs.python.org/2/library/string.html#string.Formatter.vformat
https://docs.python.org/2/library/string.html#string.Formatter.get_field
parse()https://docs.python.org/2/library/string.html#string.Formatter.parse
PEP 3101https://www.python.org/dev/peps/pep-3101
vformat()https://docs.python.org/2/library/string.html#string.Formatter.vformat
get_value()https://docs.python.org/2/library/string.html#string.Formatter.get_value
https://docs.python.org/2/library/string.html#string.Formatter.get_value
vformat()https://docs.python.org/2/library/string.html#string.Formatter.vformat
get_value()https://docs.python.org/2/library/string.html#string.Formatter.get_value
get_value()https://docs.python.org/2/library/string.html#string.Formatter.get_value
getattr()https://docs.python.org/2/library/functions.html#getattr
IndexErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.IndexError
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
https://docs.python.org/2/library/string.html#string.Formatter.check_unused_args
check_unused_args()https://docs.python.org/2/library/string.html#string.Formatter.check_unused_args
https://docs.python.org/2/library/string.html#string.Formatter.format_field
format_field()https://docs.python.org/2/library/string.html#string.Formatter.format_field
format()https://docs.python.org/2/library/functions.html#format
https://docs.python.org/2/library/string.html#string.Formatter.convert_field
get_field()https://docs.python.org/2/library/string.html#string.Formatter.get_field
parse()https://docs.python.org/2/library/string.html#string.Formatter.parse
https://docs.python.org/2/library/string.html#format-string-syntax
str.format()https://docs.python.org/2/library/stdtypes.html#str.format
Formatterhttps://docs.python.org/2/library/string.html#string.Formatter
Formatterhttps://docs.python.org/2/library/string.html#string.Formatter
field_namehttps://docs.python.org/2/library/string.html#grammar-token-field-name
conversionhttps://docs.python.org/2/library/string.html#grammar-token-conversion
format_spechttps://docs.python.org/2/library/string.html#grammar-token-format-spec
attribute_namehttps://docs.python.org/2/library/string.html#grammar-token-attribute-name
element_indexhttps://docs.python.org/2/library/string.html#grammar-token-element-index
identifierhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-identifier
integerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-integer
identifierhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-identifier
integerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-integer
index_stringhttps://docs.python.org/2/library/string.html#grammar-token-index-string
Format Specification Mini-Languagehttps://docs.python.org/2/library/string.html#formatspec
getattr()https://docs.python.org/2/library/functions.html#getattr
__getitem__()https://docs.python.org/2/reference/datamodel.html#object.__getitem__
str.format()https://docs.python.org/2/library/stdtypes.html#str.format
str()https://docs.python.org/2/library/functions.html#str
repr()https://docs.python.org/2/library/functions.html#repr
Format exampleshttps://docs.python.org/2/library/string.html#formatexamples
https://docs.python.org/2/library/string.html#format-specification-mini-language
Format String Syntaxhttps://docs.python.org/2/library/string.html#formatstrings
format()https://docs.python.org/2/library/functions.html#format
str()https://docs.python.org/2/library/functions.html#str
fillhttps://docs.python.org/2/library/string.html#grammar-token-fill
alignhttps://docs.python.org/2/library/string.html#grammar-token-align
signhttps://docs.python.org/2/library/string.html#grammar-token-sign
widthhttps://docs.python.org/2/library/string.html#grammar-token-width
precisionhttps://docs.python.org/2/library/string.html#grammar-token-precision
typehttps://docs.python.org/2/library/string.html#grammar-token-type
integerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-integer
integerhttps://docs.python.org/2/reference/lexical_analysis.html#grammar-token-integer
str.format()https://docs.python.org/2/library/stdtypes.html#str.format
format()https://docs.python.org/2/library/functions.html#format
PEP 378https://www.python.org/dev/peps/pep-0378
float()https://docs.python.org/2/library/functions.html#float
https://docs.python.org/2/library/string.html#format-examples
str.format()https://docs.python.org/2/library/stdtypes.html#str.format
https://docs.python.org/2/library/string.html#template-strings
PEP 292https://www.python.org/dev/peps/pep-0292
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
stringhttps://docs.python.org/2/library/string.html#module-string
Templatehttps://docs.python.org/2/library/string.html#string.Template
Templatehttps://docs.python.org/2/library/string.html#string.Template
https://docs.python.org/2/library/string.html#string.Template
https://docs.python.org/2/library/string.html#string.Template.substitute
https://docs.python.org/2/library/string.html#string.Template.safe_substitute
substitute()https://docs.python.org/2/library/string.html#string.Template.substitute
KeyErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.KeyError
substitute()https://docs.python.org/2/library/string.html#string.Template.substitute
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
safe_substitute()https://docs.python.org/2/library/string.html#string.Template.safe_substitute
Templatehttps://docs.python.org/2/library/string.html#string.Template
https://docs.python.org/2/library/string.html#string.Template.template
Templatehttps://docs.python.org/2/library/string.html#string.Template
re.escape()https://docs.python.org/2/library/re.html#re.escape
https://docs.python.org/2/library/string.html#string-functions
https://docs.python.org/2/library/string.html#string.capwords
str.split()https://docs.python.org/2/library/stdtypes.html#str.split
str.capitalize()https://docs.python.org/2/library/stdtypes.html#str.capitalize
str.join()https://docs.python.org/2/library/stdtypes.html#str.join
https://docs.python.org/2/library/string.html#string.maketrans
translate()https://docs.python.org/2/library/string.html#string.translate
lowercasehttps://docs.python.org/2/library/string.html#string.lowercase
uppercasehttps://docs.python.org/2/library/string.html#string.uppercase
str.lower()https://docs.python.org/2/library/stdtypes.html#str.lower
str.upper()https://docs.python.org/2/library/stdtypes.html#str.upper
https://docs.python.org/2/library/string.html#deprecated-string-functions
String Methodshttps://docs.python.org/2/library/stdtypes.html#string-methods
https://docs.python.org/2/library/string.html#string.atof
float()https://docs.python.org/2/library/functions.html#float
float()https://docs.python.org/2/library/functions.html#float
https://docs.python.org/2/library/string.html#string.atoi
int()https://docs.python.org/2/library/functions.html#int
int()https://docs.python.org/2/library/functions.html#int
eval()https://docs.python.org/2/library/functions.html#eval
https://docs.python.org/2/library/string.html#string.atol
long()https://docs.python.org/2/library/functions.html#long
atoi()https://docs.python.org/2/library/string.html#string.atoi
long()https://docs.python.org/2/library/functions.html#long
https://docs.python.org/2/library/string.html#string.capitalize
https://docs.python.org/2/library/string.html#string.expandtabs
https://docs.python.org/2/library/string.html#string.find
https://docs.python.org/2/library/string.html#string.rfind
find()https://docs.python.org/2/library/string.html#string.find
https://docs.python.org/2/library/string.html#string.index
find()https://docs.python.org/2/library/string.html#string.find
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/string.html#string.rindex
rfind()https://docs.python.org/2/library/string.html#string.rfind
ValueErrorhttps://docs.python.org/2/library/exceptions.html#exceptions.ValueError
https://docs.python.org/2/library/string.html#string.count
https://docs.python.org/2/library/string.html#string.lower
https://docs.python.org/2/library/string.html#string.split
https://docs.python.org/2/library/string.html#string.rsplit
split()https://docs.python.org/2/library/string.html#string.split
https://docs.python.org/2/library/string.html#string.splitfields
split()https://docs.python.org/2/library/string.html#string.split
split()https://docs.python.org/2/library/string.html#string.split
splitfields()https://docs.python.org/2/library/string.html#string.splitfields
https://docs.python.org/2/library/string.html#string.join
https://docs.python.org/2/library/string.html#string.joinfields
join()https://docs.python.org/2/library/string.html#string.join
join()https://docs.python.org/2/library/string.html#string.join
joinfields()https://docs.python.org/2/library/string.html#string.joinfields
joinfields()https://docs.python.org/2/library/string.html#string.joinfields
join()https://docs.python.org/2/library/string.html#string.join
https://docs.python.org/2/library/string.html#string.lstrip
https://docs.python.org/2/library/string.html#string.rstrip
https://docs.python.org/2/library/string.html#string.strip
https://docs.python.org/2/library/string.html#string.swapcase
https://docs.python.org/2/library/string.html#string.translate
https://docs.python.org/2/library/string.html#string.upper
https://docs.python.org/2/library/string.html#string.ljust
https://docs.python.org/2/library/string.html#string.rjust
https://docs.python.org/2/library/string.html#string.center
https://docs.python.org/2/library/string.html#string.zfill
https://docs.python.org/2/library/string.html#string.replace
Table of Contentshttps://docs.python.org/2/contents.html
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. String Serviceshttps://docs.python.org/2/library/strings.html
7.2. re — Regular expression operationshttps://docs.python.org/2/library/re.html
Show Sourcehttps://docs.python.org/2/_sources/library/string.rst.txt
indexhttps://docs.python.org/2/genindex.html
moduleshttps://docs.python.org/2/py-modindex.html
nexthttps://docs.python.org/2/library/re.html
previoushttps://docs.python.org/2/library/strings.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
7. String Serviceshttps://docs.python.org/2/library/strings.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.