What regex flavor does BW use for URI matching?

The help page Using URIs | Bitwarden Help Center refers to Wikipedia Regular expression - Wikipedia when explaining regular expression matching for URIs. However, the wikipedia page describes several flavors of regular expressions. What floavor is implemented in Bitwarden?

It seems that the Bitwarden code uses JavaScript RegExp objects for all regular expression matching.