Open LouisMichael opened 5 years ago
I was looking through some project regex and found this one here. It seems to use the \Z notation for an anchor but this is not a supported feature in the JS regex dialect. This regex will match:
Z
which I does not seem intended
I was looking through some project regex and found this one here. It seems to use the \Z notation for an anchor but this is not a supported feature in the JS regex dialect. This regex will match:
Z
which I does not seem intended