Skip to main content

xml_is_name_start_char

Function xml_is_name_start_char 

Source
pub fn xml_is_name_start_char(c: u32, old10: bool) -> bool
Expand description

XML 1.0 5th edition NameStartChar (default). old10 uses Letter | ‘_’ | ‘:’.