Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 1662869.2 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 83534.3 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 3126077.0 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 3073120.8 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 2980222.0 Ops/sec |
String Split with pop | 3007705.2 Ops/sec |