Home
@[email protected] unless you want to detect *valid* regex-es, pretty much any string can be considered a regex. but as for *valid* - afaik its not possible with native js regex-es bc it requires recursion (or balancing groups in .net), which is not supported in js...