Skip to main content

try_parse_inline_html

Function try_parse_inline_html 

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

Try to match an inline raw HTML span starting at text[0]. Returns the length in bytes consumed, or None if no match.