Test case name | Result |
---|---|
regexp .test() | |
string .includes() | |
indexOf === 0 | |
string .startsWith() |
Test name | Executions per second |
---|---|
regexp .test() | 10592424.0 Ops/sec |
string .includes() | 16440964.0 Ops/sec |
indexOf === 0 | 16447940.0 Ops/sec |
string .startsWith() | 12037136.0 Ops/sec |