Test case name | Result |
---|---|
RegExp#test | |
String#indexOf | |
String#match | |
Using the same precompiled RegExp |
Test name | Executions per second |
---|---|
RegExp#test | 9119311.0 Ops/sec |
String#indexOf | 24385068.0 Ops/sec |
String#match | 6520350.0 Ops/sec |
Using the same precompiled RegExp | 3753231.8 Ops/sec |