| Test case name | Result |
|---|---|
| RegExp string replace | |
| lastIndexOf and string.slice | |
| lastIndexOf and string.substring | |
| lastIndexOf and regexp test on rest |
| Test name | Executions per second |
|---|---|
| RegExp string replace | 3498247.2 Ops/sec |
| lastIndexOf and string.slice | 7434968.0 Ops/sec |
| lastIndexOf and string.substring | 7607015.0 Ops/sec |
| lastIndexOf and regexp test on rest | 3313676.0 Ops/sec |