Test case name | Result |
---|---|
text.includes() | |
text.test() | |
text.match() | |
text.indexOf() | |
text.search() |
Test name | Executions per second |
---|---|
text.includes() | 11854962.0 Ops/sec |
text.test() | 7758397.5 Ops/sec |
text.match() | 6248231.0 Ops/sec |
text.indexOf() | 12214761.0 Ops/sec |
text.search() | 2946570.0 Ops/sec |