Skip to main content

try_parse_strikeout

Function try_parse_strikeout 

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

Try to parse strikeout (text) Returns: (total_len, inner_content)