mndrix/regex

support quasiquotation

Opened this issue · 0 comments

The main goal of quasiquotation is to avoid leaning toothpick syndrome. For example,

{|regex(X)||^\d{3}-\d{3}-\d{4}$|} % match against X
{|regex(X,ix)|| \A \w+ \s+ \w* \d+ \E|}  % … with options