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 ...
So I'm working with Cypress and I'm attempting to understand how to verify a URL via regex matching; but I want to use several character sets in the regex, and I want to add a variable as well. Not ...