Skip to main content

separator

Function separator 

Source
pub fn separator(input: &str) -> ParseResult<'_, ()>
Expand description

Comments with front/back spaces, or multi-space at least 1 char

  • This never matches to empty string.
  • Drop matched comments and spaces

ยงFIXME

  • support explicit print control directives