Skip to content
Andj edited this page Oct 22, 2022 · 8 revisions

Python internationalisation

Gists

Internationalisation and string methods

  • str.casefold()
  • str.title() and str.istitle()
  • str.lower() and str.islower()
  • str.upper() and str.isupper()
  • str.translate() and str.maketrans()
  • str.isalpha()
Clone this wiki locally