Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 5755068.0 Ops/sec |
regex.test() | 4033384.5 Ops/sec |
string.match() | 2978863.0 Ops/sec |
string.indexOf() | 5726371.5 Ops/sec |