| Test case name | Result |
|---|---|
| text.includes() | |
| regex.test() | |
| string.match() | |
| string.indexOf() |
| Test name | Executions per second |
|---|---|
| text.includes() | 1668988800.0 Ops/sec |
| regex.test() | 32386708.0 Ops/sec |
| string.match() | 20650372.0 Ops/sec |
| string.indexOf() | 1672710016.0 Ops/sec |