| Test case name | Result |
|---|---|
| regexp .test() | |
| string .match() | |
| indexOf === 0 | |
| string .startsWith() |
| Test name | Executions per second |
|---|---|
| regexp .test() | 81914960.0 Ops/sec |
| string .match() | 48623404.0 Ops/sec |
| indexOf === 0 | 250359744.0 Ops/sec |
| string .startsWith() | 93625504.0 Ops/sec |