Test name | Executions per second |
---|---|
Match RegEx via Lookahead and Capture Group | 1686475.4 Ops/sec |
Replace Unwanted Parts with Replace RegEx | 84762.6 Ops/sec |
String Split and Reference Array Index with length -1 (const intermediate) | 3179876.2 Ops/sec |
String Split and Reference Array Index with length -1 (var intermediate) | 3314952.2 Ops/sec |
String Split and Reference Array Index with length -1 (no intermediate var) | 3139440.5 Ops/sec |
String Split with pop | 3121675.0 Ops/sec |