digitalmars.D.learn - splitter and matcher combined regex
- Amex (5/5) Jun 16 2019 Having to split and match seems slow(50%). Surely the regex
Having to split and match seems slow(50%). Surely the regex splitter and matcher can be combined? Sometimes we just need to extract out and remove information simultaneously. I propose a new function called extractor that returns the matchAll and splitter's results but is optimized.
Jun 16 2019