is_wsp

Function is_wsp 

Source
pub(crate) fn is_wsp(char: u8) -> bool
Expand description

Does the provided byte match the “WSP” ABNF production from Section 3?

The common ABNF production WSP is congruent with “blank”; a new production W is used for “whitespace”