Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 200592880.0 Ops/sec |
regex.test() | 44402232.0 Ops/sec |
string.match() | 28650160.0 Ops/sec |
string.indexOf() | 210878000.0 Ops/sec |