| Test case name | Result |
|---|---|
| text.includes() | |
| regex.test() | |
| string.match() | |
| string.indexOf() |
| Test name | Executions per second |
|---|---|
| text.includes() | 261037040.0 Ops/sec |
| regex.test() | 28965192.0 Ops/sec |
| string.match() | 22405436.0 Ops/sec |
| string.indexOf() | 254674496.0 Ops/sec |