Expand description
Streaming version of enhanced tag
parsers.
Functionsยง
- Parser recognizing a fixed pattern, called a tag. If the front of the input data matches the
tag
, that part of the input will be returned. Records the tag in the error in the event of a parse failure viaTagError
. If there is only a partial match, returnsErr::Incomplete
. - Parser recognizing a fixed pattern, called a tag. If the front of the input data matches the
tag
, case insensitively, that part of the input will be returned. Records the tag in the error in the event of a parse failure viaTagError
. If there is only a partial match, returnsErr::Incomplete
[nom::Err::Incomplete].