Test case name | Result |
---|---|
RegEx.test | |
String.includes | |
String.match | |
String.match with regex |
Test name | Executions per second |
---|---|
RegEx.test | 30144346.0 Ops/sec |
String.includes | 55967220.0 Ops/sec |
String.match | 4604230.0 Ops/sec |
String.match with regex | 9796805.0 Ops/sec |