String.prototype.match vs String.prototype.split filter vs String.prototype.matchAll| Test case name | Result |
|---|---|
| String.prototype.match | |
| String.prototype.split filter | |
| String.prototype.matchAll |
| Test name | Executions per second |
|---|---|
| ✓ String.prototype.match | 3,393,988 Ops/sec |
| String.prototype.split filter | 1,194,901 Ops/sec |
| String.prototype.matchAll | 625,083 Ops/sec |