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