| Test case name | Result |
|---|---|
| text.includes() | |
| regex.test() | |
| string.match() | |
| string.indexOf() |
| Test name | Executions per second |
|---|---|
| text.includes() | 803628480.0 Ops/sec |
| regex.test() | 25311298.0 Ops/sec |
| string.match() | 16410110.0 Ops/sec |
| string.indexOf() | 932704192.0 Ops/sec |