Which regex flavor does this tester use?
It uses the JavaScript (ECMAScript) engine built into your browser, the same one Node.js uses. Patterns behave identically to `new RegExp()` in your code, including named groups, lookahead, and lookbehind. It is not PCRE or Python `re`, so a few syntaxes differ.