Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 18480842.0 Ops/sec |
regex.test() | 10369788.0 Ops/sec |
string.match() | 8831042.0 Ops/sec |
string.indexOf() | 18264334.0 Ops/sec |