Skip to content

Instantly share code, notes, and snippets.

@elben
Created February 5, 2010 07:54
Show Gist options
  • Save elben/295621 to your computer and use it in GitHub Desktop.
Save elben/295621 to your computer and use it in GitHub Desktop.
>>> print waztile.istitle.__doc__
S.istitle() -> bool
Return True if S is a titlecased string and there is at least one
character in S, i.e. uppercase characters may only follow uncased
characters and lowercase characters only cased ones. Return False
otherwise.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment