Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 9269369.0 Ops/sec |
regex.test() | 6371348.0 Ops/sec |
string.match() | 5317206.0 Ops/sec |
string.indexOf() | 9122980.0 Ops/sec |