Copyright (c) Hyperion Entertainment and contributors.
AmigaOS Manual: Python Methods
Built-in Methods for Strings
.capitalize()
Capitalizes the first letter of a string.
.center()
.count()
.decode()
.encode()
.endswith()
.expandtabs()
.find()
.index()
.isalnum()
.isalpha()
.isdecimal()
.isdigit()
Returns true if string contains only digits.
.islower()
.isnumeric()
.isspace()
.istitle()
.isupper()
.join()
.len()
Returns the length of the string.