Which flavor? Regex support is included in most of the major programming languages in use today, in editors and IDE's, in command-line tools like grep and findstr, and lots of other places. Every one of these tools/languages/applications has its own regex flavor, and no two flavors are completely alike.
For the regex flavor of a specific programming language, I just Google for "<language> regex tester"; there always seems to be at least one online tester available.