regex vs includes vs new regex vs string match regex vs string match new regex| Test case name | Result |
|---|---|
| regex | |
| includes | |
| new regex | |
| string match regex | |
| string match new regex |
| Test name | Executions per second |
|---|---|
| ✓ includes | 4,041,838 Ops/sec |
| regex | 2,127,967 Ops/sec |
| new regex | 2,125,216 Ops/sec |
| string match regex | 2,073,547 Ops/sec |
| string match new regex | 2,048,224 Ops/sec |