Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 561624.2 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 31510.6 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 869749.2 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 772324.4 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 1430471.2 Ops/sec |
String Split with pop | 1578588.2 Ops/sec |