Function nom_grapheme_clusters::parse::crlf
source · 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"
.