Test case name | Result |
---|---|
text.includes() | |
regex.test() | |
string.match() | |
string.indexOf() | |
string.toLowerCase().indexOf() |
Test name | Executions per second |
---|---|
text.includes() | 19354548.0 Ops/sec |
regex.test() | 11003949.0 Ops/sec |
string.match() | 6793994.5 Ops/sec |
string.indexOf() | 12786649.0 Ops/sec |
string.toLowerCase().indexOf() | 16315572.0 Ops/sec |