Test case name | Result |
---|---|
RegExp.test(String) | |
String.match(RegExp) | |
String.indexOf() | |
String.startsWith() |
Test name | Executions per second |
---|---|
RegExp.test(String) | 4564109.0 Ops/sec |
String.match(RegExp) | 3687145.5 Ops/sec |
String.indexOf() | 6121560.0 Ops/sec |
String.startsWith() | 5091746.5 Ops/sec |