simple regex vs regex with no lookbehind vs split + filter + join| Test case name | Result |
|---|---|
| simple regex | |
| regex with no lookbehind | |
| split + filter + join |
| Test name | Executions per second |
|---|---|
| ✓ split + filter + join | 4,509,587 Ops/sec |
| simple regex | 3,845,018 Ops/sec |
| regex with no lookbehind | 3,780,822 Ops/sec |