Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 52869000.0 Ops/sec |
string .match() | 29256678.0 Ops/sec |
indexOf === 0 | 2042802304.0 Ops/sec |
string .startsWith() | 1956358400.0 Ops/sec |