Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 13770596.0 Ops/sec |
regex.test() | 8742252.0 Ops/sec |
string.match() | 7179322.0 Ops/sec |
string.indexOf() | 13833514.0 Ops/sec |