Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 1438170.5 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 85889.5 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 2454328.8 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 2382033.8 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 2645701.5 Ops/sec |
String Split with pop | 2665025.0 Ops/sec |