Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 30185762.0 Ops/sec |
string .match() | 17170782.0 Ops/sec |
indexOf === 0 | 106481856.0 Ops/sec |
string .startsWith() | 47714544.0 Ops/sec |