Test case name | Result |
---|---|
RegEx.test | |
String.includes | |
String.match | |
String.match with regex |
Test name | Executions per second |
---|---|
RegEx.test | 6000024.5 Ops/sec |
String.includes | 6790769.0 Ops/sec |
String.match | 2707707.2 Ops/sec |
String.match with regex | 4180233.2 Ops/sec |