Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The python re.sub function supports backslash escapes (like \6 or \g<2>) in the replacement. Therefore every backslash in replace_in_string function needs to be escaped. Note: This only happens on Windows due to its path separator.
- Loading branch information