regex101 URLs with pre-filled values

It’s possible to link to regex101 with pre-filled regular expression, flags, and test string, as well as pre-selected flavor/engine with these undocumented URL parameters:


https://regex101.com/?regex=...&testString=...&flags=...&flavor=...

Example link

The flavor value can be one of the following:

While regex101 has a nice feature for saving and sharing, these parameters are convenient for programmatically creating playground links.