The following functions are available to operate on string and Unicode objects. They are not available as string methods.
s) |
from, to) |
Warning: Don't use strings derived from lowercase and uppercase as arguments; in some locales, these don't have the same length. For case conversions, always use lower() and upper().
See About this document... for information on suggesting changes.