-
Couldn't load subscription status.
- Fork 13.9k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
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.
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.