Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 25473338.0 Ops/sec |
string .match() | 15669193.0 Ops/sec |
indexOf === 0 | 84177320.0 Ops/sec |
string .startsWith() | 38461468.0 Ops/sec |