Feature gate: #![feature(case_ignorable)]
This is a tracking issue for a method to query the Unicode Case_Ignorable property on char. This narrow-use property is used to implement lowercasing behavior for word-final Greek sigma (e.g. in str::to_lowercase()).
Public API
// core
impl char {
pub fn is_case_ignorable(self) -> bool;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
@rustbot label -S-tracking-unimplemented S-tracking-needs-to-bake
Feature gate:
#![feature(case_ignorable)]This is a tracking issue for a method to query the Unicode
Case_Ignorableproperty onchar. This narrow-use property is used to implement lowercasing behavior for word-final Greek sigma (e.g. instr::to_lowercase()).Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)char::is_case_ignorablefrom perma-unstable to unstable #154849Unresolved Questions
@rustbot label -S-tracking-unimplemented S-tracking-needs-to-bake
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩