Creates a JavaScript RegExp instance from a PCRE regexp string. Not currently feature-complete, but works enough for my needs. Send pull requests for additional functionality! Works with Node.js and ...
This project is a fork of the MIT licensed pcre-to-regexp project from @TooTallNate. This fork is also MIT licensed. Creates a JavaScript RegExp instance from a Python-like regexp string. Works with ...
Mozilla has outfitted its SpiderMonkey JavaScript runtime with a new regular expressions (RegExps) engine, to make it easier to support modern RegExps features. The new RegExp engine debuts in the ...