Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-106318: Add string method examples#119445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
blaisep wants to merge67 commits intopython:main
base:main
Choose a base branch
Loading
fromblaisep:pr-105670
Draft
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
67 commits
Select commitHold shift + click to select a range
5508700
[Doc] Added snippet code to str.join method
adorilsonMay 11, 2021
e388d45
[Doc] Added snippet code to str.ljust method
adorilsonMay 12, 2021
d8407ba
[Doc] Added snippet code to str.rjust method
adorilsonMay 12, 2021
08b88ef
[Doc] Added 'See also' in str.lstrip and str.rstrip methods from one …
adorilsonMay 12, 2021
52e3a6b
[Doc] Added snippet code to str.maketrans method
adorilsonMay 12, 2021
dee059c
[Doc] Added snippet code to str.translate method
adorilsonMay 12, 2021
1671497
[Doc] Added snippet code to str.partition method
adorilsonMay 12, 2021
c832623
[Doc] Added snippet code to str.replace method
adorilsonMay 12, 2021
0be8170
[Doc] Added snippet code to str.rfind method
adorilsonMay 12, 2021
ff65bd2
[Doc] Added snippet code to str.rindex method
adorilsonMay 12, 2021
322c88c
[Doc] Added snippet code to str.rpartition method
adorilsonMay 12, 2021
3a473df
[DOC] minor change
adorilsonMay 12, 2021
b653693
[Doc] Added snippet code to str.rsplit method
adorilsonMay 12, 2021
1b412cb
[Doc] Added snippet code to str.startswith method
adorilsonMay 12, 2021
fb56441
[Doc] Added snippet code to str.swapcase method
adorilsonMay 12, 2021
04a5212
[Doc] Added snippet code to str.upper method
adorilsonMay 13, 2021
8771775
[DOC] Added snipped code in str.capitalize
adorilsonFeb 27, 2021
f2e224c
[DOC] Add snippet code in str.casefold and str.lower methods
adorilsonFeb 27, 2021
1d39f92
[DOC] Added snippet code in str.center method
adorilsonFeb 27, 2021
b3a70b6
[DOC] Added snippet code in str.count method
adorilsonFeb 27, 2021
37477f8
[DOC] fix typo
adorilsonFeb 28, 2021
f9a7293
[DOC] Added snippet code in str.encode method
adorilsonMar 13, 2021
2e54cb0
[DOC] Added snippet code to str.endswith method
adorilsonMar 13, 2021
96d9bf6
[DOC] Added snippet code with \n to str.expandtabs method
adorilsonMar 13, 2021
d1dc7e0
[DOC] Added snippet code to str.index method
adorilsonMar 14, 2021
8661d8e
[DOC] Added snippet code to str.isalnum method
adorilsonMar 14, 2021
9e1f289
[DOC] Added snippet code in str.isalpha method
adorilsonMar 15, 2021
9e361d8
[DOC] Added snippet code in str.isascii method
adorilsonMar 15, 2021
09a463a
[DOC] Added snippet code to str.isdecimal method
adorilsonMar 15, 2021
641de5c
[Doc] Added snippet code to str.isdigit method
adorilsonMar 22, 2021
eae1564
[Doc] Added snippet code to str.islower method
adorilsonMar 22, 2021
58331b8
[Doc] Added snippet code to str.isnumeric method
adorilsonMar 22, 2021
d7ce39c
[Doc] Added snippet code to str.isprintable method
adorilsonMar 22, 2021
b86cefd
[Doc] Added snippet code to str.isspace method
adorilsonMar 22, 2021
3df630c
[Doc] Adde snippet code to str.istitle method
adorilsonMar 22, 2021
ae42fea
Minor changes (formatting and typo)
adorilsonJun 11, 2023
4676daa
[Doc] Making lint happy
adorilsonJun 11, 2023
7642f31
Merge branch 'main' into str_methods_2
adorilsonJul 3, 2023
de11c93
Update Doc/library/stdtypes.rst
adorilsonJul 3, 2023
1695b93
[DOC] Added some 'see also' to str methods
adorilsonJul 3, 2023
ad6b56b
[DOC] Moved 'For example' to the end of the previous paragraph
adorilsonJul 3, 2023
e4e1405
[DOC] Putting a space after # in comments on str methods
adorilsonJul 3, 2023
2dfa3f2
[DOC] Fixed inconsistent literal block quoting
adorilsonJul 3, 2023
27cc327
fix other comments
hauntsaninjaJul 3, 2023
13c01d7
Merge branch 'main' into str_methods_2
adorilsonSep 17, 2023
03bef0a
prepare for FF
blaisepMay 22, 2024
9c8955e
update the worflows files
blaisepMay 22, 2024
e44d39c
prepare for FF
blaisepMay 22, 2024
925c0be
Use the examples created by @adorilson
blaisepMay 22, 2024
679eac8
Correct typos in rST formatting
blaisepMay 23, 2024
098d9f3
Merge pull request #1 from blaisep/pr-105670
blaisepMay 24, 2024
7e7787e
Merge pull request #2 from blaisep/main
blaisepMay 24, 2024
031bf40
Apply suggestions from code review
blaisepMay 26, 2024
08fcf55
Update stdtypes.rst with edits to content
blaisepMay 27, 2024
1c55459
Update unicode.rst
blaisepMay 27, 2024
30398db
Update Doc/library/stdtypes.rst
blaisepMay 28, 2024
f76afc9
Remove unrelated, conflicting files.
blaisepMay 28, 2024
a0d7846
Merge remote-tracking branch 'upstream/main' into pr-105670
blaisepMay 28, 2024
c82e92c
Fix trailing space and location of example.
blaisepMay 28, 2024
4d70dcf
Adjust the placement of examples more meticulously.
blaisepMay 28, 2024
48bed4c
Update Doc/library/stdtypes.rst
blaisepJun 5, 2024
dce8f2b
Update Doc/library/stdtypes.rst
blaisepJun 5, 2024
24c1f6a
Update Doc/library/stdtypes.rst
blaisepJun 5, 2024
fb2fe01
WIP update some examples
blaisepJun 10, 2024
0beabee
Merge branch 'pr-105670' of github.com:blaisep/cpython into pr-105670
blaisepJun 10, 2024
02b2cd8
WIP Edit and change some examples
blaisepJun 11, 2024
0dd8138
Extend the example for str.format_map
blaisepJul 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletionsDoc/howto/unicode.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -351,6 +351,7 @@ they have no significance to Python but are a convention. Python looks for
If you don't include such a comment, the default encoding used will be UTF-8 as
already mentioned. See also :pep:`263` for more information.

.. _unicode-howto-properties:

Unicode Properties
------------------
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp