instantiate new regex vs use existing regex vs just make a string| Test case name | Result |
|---|---|
| instantiate new regex | |
| use existing regex | |
| just make a string |
| Test name | Executions per second |
|---|---|
| ✓ just make a string | 167,660,256 Ops/sec |
| use existing regex | 14,546,226 Ops/sec |
| instantiate new regex | 14,204,612 Ops/sec |