Ex `static:a,b,c|re:/(a|b)/` is not parsed as `static:a,b,c`, `re:/a`, `b)/` Support escape somehow? using `\|` might be confusing overloaded by regexp own escape?
Ex
static:a,b,c|re:/(a|b)/is not parsed asstatic:a,b,c,re:/a,b)/Support escape somehow? using
\|might be confusing overloaded by regexp own escape?