pub fn split_html_space_chars<'a>(
    s: &'a str
) -> Filter<Split<'a, StaticCharVec>, fn(_: &&str) -> bool>
Expand description

Split a string on HTML whitespace.