From the documentation on regular expression I understand that it's recommended to use "raw" strings for patterns to make sure backslashes are not handled in any special way: I
From the documentation on regular expression I understand that it's recommended to use "raw" strings for patterns to make sure backslashes are not handled in any special way: I