index vs charAt vs startsWith & endsWith vs slice vs regex test| Test case name | Result |
|---|---|
| index | |
| charAt | |
| startsWith & endsWith | |
| slice | |
| regex test |
| Test name | Executions per second |
|---|---|
| ✓ regex test | 19,152,800 Ops/sec |
| startsWith & endsWith | 14,483,555 Ops/sec |
| slice | 13,918,265 Ops/sec |
| charAt | 9,420,998 Ops/sec |
| index | 9,205,743 Ops/sec |