Available on crate feature
nstd_core only.Expand description
Provides functions for examining and operating on character types.
Functions
Determines whether or not
chr is alphabetic according to the Unicode standard.Determines whether or not
chr is alphabetic or numeric according to the Unicode standard.Determines whether or not
chr is a graphic character.Determines whether or not
chr is punctuation.Determines whether or not
chr is a control character according to the Unicode standard.Determines whether or not
chr is a digit, depending on radix.Determines whether or not
chr is lowercase according to the Unicode standard.Determines whether or not
chr is numeric according to the Unicode standard.Determines whether or not
chr is a valid Unicode scalar value.Determines whether or not
chr is uppercase according to the Unicode standard.Determines whether or not
chr is white space according to the Unicode standard.Returns the Unicode replacement character (�).
Returns the lowercase version of
chr, or chr if there is no lowercase version.Returns the uppercase version of
chr, or chr if there is no uppercase version.