keybase / node-client

CLI for keybase.io written in/for Node.js
BSD 3-Clause "New" or "Revised" License
300 stars 32 forks source link

Not sure if this regex does what you want #224

Open LouisMichael opened 5 years ago

LouisMichael commented 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