Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 14876831.0 Ops/sec |
string .match() | 14746307.0 Ops/sec |
indexOf === 0 | 22525748.0 Ops/sec |
string .startsWith() | 8118990.5 Ops/sec |