This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace escaped slashes with normal ones
Use `string.Replace` instead of `Regex.Unescape()` to minimise the risk of unintended replacements.
- Loading branch information