node-re2

Node.js bindings for RE2, a fast and safe regular expression engine
  https://github.com/uhop/node-re2
  0
  no reviews



This package provides bindings to a safer alternative to the native JavaScript regular expression engine, without supporting features that are targets for Denial-Of-Service attacks, like backreferences and lookahead assertions.

Node.js is an event-based server-side JavaScript engine.