Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 7793760.5 Ops/sec |
string .match() | 6899820.0 Ops/sec |
indexOf === 0 | 11777802.0 Ops/sec |
string .startsWith() | 8673816.0 Ops/sec |