Iterator to isolate optionally quoted text elements.
As per elements(), but with the extension of being quote-aware; the set of delimiters is ignored inside a pair of quotes. Note that an unterminated quote will consume remaining content.
foreach (quote; quotes ("one two 'three four' five", " ")) ...
See Implementation
Iterator to isolate optionally quoted text elements.
As per elements(), but with the extension of being quote-aware; the set of delimiters is ignored inside a pair of quotes. Note that an unterminated quote will consume remaining content.