markex
Fast, non-validating markup element extractor (XML like tags, Markdown Ref, Code block, Section).
- Fast Extraction: Optimized for quickly finding defined elem structures.
- Elements Support tag (xml-ish) element, and later Markdown MdCodeBlock, MdSection, MdRef (links).
- Iterators: Provides streaming iteration over extracted elements (e.g.,
TagElemIter). - Full Content Parsing: Offer convenient
extractfunction that returnExtractedDatawith data consolidation apis.
Important This is not an XML, Markdown, or other format parser. It just extract predefine markup elements from a text content, and ignore any other formatting,
Note: for now, only support tag extractor.
use Error;
use tag;