Skip to main content

is_upper

Function is_upper 

Source
pub fn is_upper(points: &[u32]) -> bool
Expand description

str.isupper.

A titlecase character counts against this one and against islower both, so 'Dž' is neither upper nor lower.