pcre2el icon indicating copy to clipboard operation
pcre2el copied to clipboard

Translate "(js|coffee)" case to "\\(coffee\\|js\\)"

Open zw963 opened this issue 8 years ago • 0 comments

I found (js|coffee) will be translate to "\\(\\(?:coffee\\|js\\)\\)"

But, i think this is equivalent to "\\(coffee\\|js\\)"?

zw963 avatar May 08 '16 09:05 zw963