Fix all invalid escape sequences
This MR fixes all invalid escape sequences by prefixing them with the r
to enable literal string interpretation. This has no impact on functionality of any code.
This MR fixes all invalid escape sequences by prefixing them with the r
to enable literal string interpretation. This has no impact on functionality of any code.