splitter and matcher combined regex

Amex Amex at gmail.com
Mon Jun 17 05:04:16 UTC 2019


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.


More information about the Digitalmars-d-learn mailing list