Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 6296751.5 Ops/sec |
string .match() | 5410488.0 Ops/sec |
indexOf === 0 | 7364197.5 Ops/sec |
string .startsWith() | 6544135.5 Ops/sec |