[−][src]Function docugen::parser::tag
pub fn tag() -> Parser<u8, Partial>
The tag
parser combinator is responsible for parsing a Tag(identifier)
which is delimited between {{ tag_id }}
.
<Tag> ::= "{{" <TagId> "}}"
<TagId> ::= [a-zA-Z][_a-zA-Z0-9]*