Test case name | Result |
---|---|
regexp .test() | |
string .match() | |
indexOf === 0 | |
string .startsWith() | |
equals |
Test name | Executions per second |
---|---|
regexp .test() | 11302570.0 Ops/sec |
string .match() | 9916723.0 Ops/sec |
indexOf === 0 | 17635466.0 Ops/sec |
string .startsWith() | 11596054.0 Ops/sec |
equals | 18201072.0 Ops/sec |