| Test case name | Result |
|---|---|
| Using String.replace() | |
| Using String.substring() with a lastIndexOf() search | |
| Using String.substring() with a magic number | |
| Using String.slice() | |
| Using String.slice() without a pre-calculated suffix length |
| Test name | Executions per second |
|---|---|
| Using String.replace() | 301.9 Ops/sec |
| Using String.substring() with a lastIndexOf() search | 361.3 Ops/sec |
| Using String.substring() with a magic number | 867.8 Ops/sec |
| Using String.slice() | 878.7 Ops/sec |
| Using String.slice() without a pre-calculated suffix length | 871.6 Ops/sec |