String.startsWith vs String.match vs startsWith| Test case name | Result |
|---|---|
| String.startsWith | |
| String.match | |
| startsWith |
| Test name | Executions per second |
|---|---|
| ✓ startsWith | 1,977,266,048 Ops/sec |
| String.startsWith | 1,972,865,920 Ops/sec |
| String.match | 39,209,064 Ops/sec |