[issue44175] What does "cased" and "uncased" mean?

Isaac Ge report at bugs.python.org
Tue May 18 23:45:40 EDT 2021


New submission from Isaac Ge <otakutyrant at gmail.com>:

str.istitle(): Return True if the string is a titlecased string and there is at least one character, for example uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise.

I saw this description from the doc. But what does "cased" andd "uncased" mean? I looked it up on a dictionary, and the latter only says: "cased in something: completely covered with a particular material".

I think "cased" may be "capitalized", but, if so, the usage of the former is not endorsed by dictionaries so that I think this word is confusing or informal. so does "uncased".

----------
assignee: docs at python
components: Documentation
messages: 393920
nosy: docs at python, otakutyrant
priority: normal
severity: normal
status: open
title: What does "cased" and "uncased" mean?
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44175>
_______________________________________


More information about the Python-bugs-list mailing list