Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 11829691.0 Ops/sec |
string .match() | 7579437.5 Ops/sec |
indexOf === 0 | 11797191.0 Ops/sec |
string .startsWith() | 9801332.0 Ops/sec |