Skip to main content

try_parse_superscript

Function try_parse_superscript 

Source
pub fn try_parse_superscript(text: &str) -> Option<(usize, &str)>
Expand description

Try to parse superscript (^text^) Returns: (total_len, inner_content)