pub fn crlf<T, E>(input: T) -> IResult<T, T, E>where
    for<'slice, 'seg> T: InputTake + Compare<Tag<'slice, 'seg>>,
    E: ParseError<T>,
Expand description

Recognizes the sequence "\r\n".