pub const fn is_name_start_char(c: char) -> boolExpand description
Checks whether the given character is a name start character (NameStartChar)
as is defined by XML 1.1 specification, section 2.3.
pub const fn is_name_start_char(c: char) -> boolChecks whether the given character is a name start character (NameStartChar)
as is defined by XML 1.1 specification, section 2.3.