ws

Function ws 

Source
pub fn ws(input: &str) -> IResult<&str, Vec<&str>>
Expand description
WS = 1*(SP / NL / Comment / Comma) ; whitespace