Copyright (c) Hyperion Entertainment and contributors.
AmigaOS Manual: Python Methods: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
m Added dot in front of methods to separate them from functions |
|||
| Line 2: | Line 2: | ||
== .capitalize() == |
== .capitalize() == |
||
Capitalizes the first letter of a string. |
|||
== .center() == |
== .center() == |
||
== .count() == |
== .count() == |
||
Revision as of 17:41, 11 February 2021
Built-in Methods for Strings
.capitalize()
Capitalizes the first letter of a string.