Function style::str::split_html_space_chars
source ยท 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.