René's URL Explorer Experiment


Title: string --- Common string operations — Tài liệu Python 3.15.0b3

Open Graph Title: string --- Common string operations

Description: Source code: Lib/string/__init__.py String constants: The constants defined in this module are: Custom string formatting: The built-in string class provides the ability to do complex variable subst...

Open Graph Description: Source code: Lib/string/__init__.py String constants: The constants defined in this module are: Custom string formatting: The built-in string class provides the ability to do complex variable subst...

Opengraph URL: https://docs.python.org/3/library/string.html

direct link

Domain: tamnd.github.io

og:typewebsite
og:site_namePython documentation
og:image_static/og-image.png
og:image:altPython documentation
theme-color#3776ab
og:image:width200
og:image:height200
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://tamnd.github.io/python-docs-vi/contents.html
string --- Common string operationshttps://tamnd.github.io/python-docs-vi/library/string.html
String constantshttps://tamnd.github.io/python-docs-vi/library/string.html#string-constants
Custom string formattinghttps://tamnd.github.io/python-docs-vi/library/string.html#custom-string-formatting
Format string syntaxhttps://tamnd.github.io/python-docs-vi/library/string.html#format-string-syntax
Format specification mini-languagehttps://tamnd.github.io/python-docs-vi/library/string.html#format-specification-mini-language
Format exampleshttps://tamnd.github.io/python-docs-vi/library/string.html#format-examples
Template strings ($-strings)https://tamnd.github.io/python-docs-vi/library/string.html#template-strings-strings
Helper functionshttps://tamnd.github.io/python-docs-vi/library/string.html#helper-functions
Text Processing Serviceshttps://tamnd.github.io/python-docs-vi/library/text.html
string.templatelib --- Support for template string literalshttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html
Report a bughttps://tamnd.github.io/python-docs-vi/bugs.html
Improve this pagehttps://tamnd.github.io/python-docs-vi/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/string.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-vi/blob/3.15/library/string.po?plain=1
chỉ mụchttps://tamnd.github.io/python-docs-vi/genindex.html
các mô-đunhttps://tamnd.github.io/python-docs-vi/py-modindex.html
xem tiếphttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html
xem lạihttps://tamnd.github.io/python-docs-vi/library/text.html
Pythonhttps://www.python.org/
3.15.0b3 Documentationhttps://tamnd.github.io/python-docs-vi/index.html
The Python Standard Libraryhttps://tamnd.github.io/python-docs-vi/library/index.html
Text Processing Serviceshttps://tamnd.github.io/python-docs-vi/library/text.html
string --- Common string operationshttps://tamnd.github.io/python-docs-vi/library/string.html
https://tamnd.github.io/python-docs-vi/library/string.html#module-string
Lib/string/__init__.pyhttps://github.com/python/cpython/tree/3.15/Lib/string/__init__.py
Text Sequence Type --- strhttps://tamnd.github.io/python-docs-vi/library/stdtypes.html#textseq
String Methodshttps://tamnd.github.io/python-docs-vi/library/stdtypes.html#string-methods
https://tamnd.github.io/python-docs-vi/library/string.html#string-constants
https://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_letters
ascii_lowercasehttps://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_lowercase
ascii_uppercasehttps://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_uppercase
https://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_lowercase
https://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_uppercase
https://tamnd.github.io/python-docs-vi/library/string.html#string.digits
https://tamnd.github.io/python-docs-vi/library/string.html#string.hexdigits
https://tamnd.github.io/python-docs-vi/library/string.html#string.octdigits
https://tamnd.github.io/python-docs-vi/library/string.html#string.punctuation
https://tamnd.github.io/python-docs-vi/library/string.html#string.printable
digitshttps://tamnd.github.io/python-docs-vi/library/string.html#string.digits
ascii_lettershttps://tamnd.github.io/python-docs-vi/library/string.html#string.ascii_letters
punctuationhttps://tamnd.github.io/python-docs-vi/library/string.html#string.punctuation
whitespacehttps://tamnd.github.io/python-docs-vi/library/string.html#string.whitespace
string.printable.isprintable()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.isprintable
Falsehttps://tamnd.github.io/python-docs-vi/library/constants.html#False
LC_CTYPEhttps://manpages.debian.org/locale(5)
https://tamnd.github.io/python-docs-vi/library/string.html#string.whitespace
https://tamnd.github.io/python-docs-vi/library/string.html#custom-string-formatting
format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
PEP 3101https://peps.python.org/pep-3101/
Formatterhttps://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.format
vformat()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
positional-onlyhttps://tamnd.github.io/python-docs-vi/glossary.html#positional-only-parameter
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.parse
vformat()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
vformat()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.get_field
parse()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.parse
vformat()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
PEP 3101https://peps.python.org/pep-3101/
get_value()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.get_value
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.get_value
vformat()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.vformat
getattr()https://tamnd.github.io/python-docs-vi/library/functions.html#getattr
IndexErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#IndexError
KeyErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#KeyError
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.check_unused_args
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.format_field
format()https://tamnd.github.io/python-docs-vi/library/functions.html#format
https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.convert_field
get_field()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.get_field
parse()https://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter.parse
https://tamnd.github.io/python-docs-vi/library/string.html#format-string-syntax
str.format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
Formatterhttps://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter
formatted string literalshttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#f-strings
template string literalshttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#t-strings
field_namehttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-field_name
conversionhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-conversion
format_spechttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-format_spec
arg_namehttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-arg_name
attribute_namehttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-attribute_name
element_indexhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-element_index
identifierhttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
digithttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-digit
identifierhttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
digithttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-digit
index_stringhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-string-index_string
format-spec:format_spechttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-format_spec
Format specification mini-languagehttps://tamnd.github.io/python-docs-vi/library/string.html#formatspec
str.isdecimal()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.isdecimal
getattr()https://tamnd.github.io/python-docs-vi/library/functions.html#getattr
__getitem__()https://tamnd.github.io/python-docs-vi/reference/datamodel.html#object.__getitem__
str.format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
Formatterhttps://tamnd.github.io/python-docs-vi/library/string.html#string.Formatter
__format__()https://tamnd.github.io/python-docs-vi/reference/datamodel.html#object.__format__
str()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str
repr()https://tamnd.github.io/python-docs-vi/library/functions.html#repr
ascii()https://tamnd.github.io/python-docs-vi/library/functions.html#ascii
Format exampleshttps://tamnd.github.io/python-docs-vi/library/string.html#formatexamples
https://tamnd.github.io/python-docs-vi/library/string.html#format-specification-mini-language
Format string syntaxhttps://tamnd.github.io/python-docs-vi/library/string.html#formatstrings
f-stringshttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#f-strings
t-stringshttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#t-strings
format()https://tamnd.github.io/python-docs-vi/library/functions.html#format
str()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str
optionshttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-options
width_and_precisionhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-width_and_precision
typehttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-type
fillhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-fill
alignhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-align
signhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-sign
width_with_groupinghttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-width_with_grouping
precision_with_groupinghttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-precision_with_grouping
widthhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-width
groupinghttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-grouping
precisionhttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-precision
groupinghttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-grouping
groupinghttps://tamnd.github.io/python-docs-vi/library/string.html#grammar-token-format-spec-grouping
digithttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-digit
digithttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#grammar-token-python-grammar-digit
formatted string literalhttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#f-strings
str.format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
format()https://tamnd.github.io/python-docs-vi/library/functions.html#format
complexhttps://tamnd.github.io/python-docs-vi/library/functions.html#complex
PEP 682https://peps.python.org/pep-0682/
complexhttps://tamnd.github.io/python-docs-vi/library/functions.html#complex
float presentation typehttps://tamnd.github.io/python-docs-vi/library/string.html#n-format-float
integer presentation typehttps://tamnd.github.io/python-docs-vi/library/string.html#n-format-integer
PEP 378https://peps.python.org/pep-0378/
PEP 515https://peps.python.org/pep-0515/
LC_NUMERIChttps://tamnd.github.io/python-docs-vi/library/locale.html#locale.LC_NUMERIC
locale.setlocale()https://tamnd.github.io/python-docs-vi/library/locale.html#locale.setlocale
float()https://tamnd.github.io/python-docs-vi/library/functions.html#float
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
Decimalshttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
LC_NUMERIChttps://tamnd.github.io/python-docs-vi/library/locale.html#locale.LC_NUMERIC
locale.setlocale()https://tamnd.github.io/python-docs-vi/library/locale.html#locale.setlocale
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
str()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
round()https://tamnd.github.io/python-docs-vi/library/functions.html#round
Decimalhttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal.Decimal
contexthttps://tamnd.github.io/python-docs-vi/library/decimal.html#decimal-context
complexhttps://tamnd.github.io/python-docs-vi/library/functions.html#complex
floathttps://tamnd.github.io/python-docs-vi/library/functions.html#float
str()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str
https://tamnd.github.io/python-docs-vi/library/string.html#format-examples
str.format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
https://tamnd.github.io/python-docs-vi/library/string.html#template-strings-strings
str.format()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.format
formatted string literalshttps://tamnd.github.io/python-docs-vi/reference/lexical_analysis.html#f-strings
template string literalshttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html#template-strings
string.templatelib.Templatehttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html#string.templatelib.Template
string.templatelibhttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html#module-string.templatelib
PEP 292https://peps.python.org/pep-0292/
flufl.i18nhttps://flufli18n.readthedocs.io/en/latest/
ValueErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#ValueError
Templatehttps://tamnd.github.io/python-docs-vi/library/string.html#string.Template
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.substitute
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.safe_substitute
substitute()https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.substitute
KeyErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#KeyError
ValueErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#ValueError
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.is_valid
substitute()https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.substitute
ValueErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#ValueError
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.get_identifiers
https://tamnd.github.io/python-docs-vi/library/string.html#string.Template.template
Templatehttps://tamnd.github.io/python-docs-vi/library/string.html#string.Template
re.escape()https://tamnd.github.io/python-docs-vi/library/re.html#re.escape
ValueErrorhttps://tamnd.github.io/python-docs-vi/library/exceptions.html#ValueError
https://tamnd.github.io/python-docs-vi/library/string.html#helper-functions
https://tamnd.github.io/python-docs-vi/library/string.html#string.capwords
str.split()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.split
str.capitalize()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.capitalize
str.join()https://tamnd.github.io/python-docs-vi/library/stdtypes.html#str.join
Table of Contentshttps://tamnd.github.io/python-docs-vi/contents.html
string --- Common string operationshttps://tamnd.github.io/python-docs-vi/library/string.html
String constantshttps://tamnd.github.io/python-docs-vi/library/string.html#string-constants
Custom string formattinghttps://tamnd.github.io/python-docs-vi/library/string.html#custom-string-formatting
Format string syntaxhttps://tamnd.github.io/python-docs-vi/library/string.html#format-string-syntax
Format specification mini-languagehttps://tamnd.github.io/python-docs-vi/library/string.html#format-specification-mini-language
Format exampleshttps://tamnd.github.io/python-docs-vi/library/string.html#format-examples
Template strings ($-strings)https://tamnd.github.io/python-docs-vi/library/string.html#template-strings-strings
Helper functionshttps://tamnd.github.io/python-docs-vi/library/string.html#helper-functions
Text Processing Serviceshttps://tamnd.github.io/python-docs-vi/library/text.html
string.templatelib --- Support for template string literalshttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html
Report a bughttps://tamnd.github.io/python-docs-vi/bugs.html
Improve this pagehttps://tamnd.github.io/python-docs-vi/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/string.rst?plain=1
Show translation sourcehttps://github.com/python/python-docs-vi/blob/3.15/library/string.po?plain=1
chỉ mụchttps://tamnd.github.io/python-docs-vi/genindex.html
các mô-đunhttps://tamnd.github.io/python-docs-vi/py-modindex.html
xem tiếphttps://tamnd.github.io/python-docs-vi/library/string.templatelib.html
xem lạihttps://tamnd.github.io/python-docs-vi/library/text.html
Pythonhttps://www.python.org/
3.15.0b3 Documentationhttps://tamnd.github.io/python-docs-vi/index.html
The Python Standard Libraryhttps://tamnd.github.io/python-docs-vi/library/index.html
Text Processing Serviceshttps://tamnd.github.io/python-docs-vi/library/text.html
string --- Common string operationshttps://tamnd.github.io/python-docs-vi/library/string.html
Bản quyềnhttps://tamnd.github.io/python-docs-vi/copyright.html
History and Licensehttps://tamnd.github.io/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://tamnd.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.