| Test case name | Result |
|---|---|
| text.includes() | |
| regex.test() | |
| string.match() | |
| string.indexOf() |
| Test name | Executions per second |
|---|---|
| text.includes() | 698914048.0 Ops/sec |
| regex.test() | 13969979.0 Ops/sec |
| string.match() | 5263850.5 Ops/sec |
| string.indexOf() | 684237376.0 Ops/sec |