$"
## Issue 5951: OG messed up if `$"` is in title The replacement string would contain `...$"...`. The character `$&` has special meaning in `replace`, so the output was messed up. ## Approach Use a direct slice approach. A bit less elegant.