www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - splitter and matcher combined 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