Test case name | Result |
---|---|
regex1.test(string); | |
string.match(regex1); | |
regex2.test(string); | |
regex3.test(string); | |
regex4.test(string); | |
string.match(regex2); | |
string.match(regex3); | |
string.match(regex4); |
This benchmark does not have any results yet. Be the first one to run it!