Skip to main content

parse_codepoint

Function parse_codepoint 

Source
pub fn parse_codepoint(token: &str) -> Option<char>
Expand description

Parse a codepoint token in the format “U+XXXX” or “u+XXXX” and returns the corresponding character.