quotes

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", " "))
         ...
QuoteFruct!(T, M)
quotes
(
T
M
)
(
T[] src
,
const(M)[] set
)

Meta