Add APIs for dealing with titlecase by Jules-Bertholet · Pull Request #122668 · rust-lang/rust (original) (raw)
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation5 Commits6 Checks11 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
r? libs-api
@rustbot label T-libs-api A-unicode
The last commit has some insta-stable PartialEq impls, therefore: @rustbot label needs-fcp
Alternatively, I could split those out into a follow-up PR.
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
Area: Unicode
Status: PR has an ACP and is waiting for the ACP to complete.
Relevant to the library API team, which will review and decide on the PR/issue.
labels
library/core/src/unicode/unicode_data.rs is generated by the src/tools/unicode-table-generator tool.
If you want to modify unicode_data.rs, please modify the tool then regenerate the library source file via ./x run src/tools/unicode-table-generator instead of editing unicode_data.rs manually.
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.
Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.
Allows easily checking whether a string is in a particular case
The libs team gave a positive response to the ACP. @rustbot label -S-waiting-on-ACP S-waiting-on-review
rustbot added S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
This change is insta-stable, or significant enough to need a team FCP to proceed.
and removed S-waiting-on-ACP
Status: PR has an ACP and is waiting for the ACP to complete.
labels
Labels
Area: Unicode
This change is insta-stable, or significant enough to need a team FCP to proceed.
Status: Awaiting review from the assignee but also interested parties.
Relevant to the library team, which will review and decide on the PR/issue.
Relevant to the library API team, which will review and decide on the PR/issue.