Closed
Description
AsciiStr::to_lower()
and AsciiStr::to_upper()
should be renamed to AsciiStr::to_lowercase()
and AsciiStr::to_uppercase()
, respectively, when Ascii::to_lower()
and Ascii::to_upper()
are deprecated in favor of Ascii::to_lowercase()
and Ascii::to_uppercase()
.
Incidentally, we should perhaps import capitalize()
and capwords()
from Python.