Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 6191844.0 Ops/sec |
regex.test() | 3809375.5 Ops/sec |
string.match() | 3385875.0 Ops/sec |
string.indexOf() | 5555935.0 Ops/sec |