mlscraper
mlscraper copied to clipboard
Match substrings
Often, user do not want to match full attributes or text of nodes, but specific substrings.
Solutions:
- generate extractors that use appropriate rules to transform node.text to desired outcome.
Maybe related to #15