Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 146918048.0 Ops/sec |
regex.test() | 26141508.0 Ops/sec |
string.match() | 17273334.0 Ops/sec |
string.indexOf() | 149214816.0 Ops/sec |