pub fn newline<T, E>(input: T) -> IResult<T, T::Item, E>where
    T: InputIter + InputLength + InputTake,
    for<'tok> T::Item: PartialEq<&'tok str>,
    E: ParseError<T>,
Expand description

Recognizes one linefeed ("\n") ASCII character.