Using backslash in Python regex is a way to escape special characters. For example, if you want to match a literal backslash, you need to use two backslashes in the ...
Handling of backslashes inside strings has changed as of 0.13.3 (ans possibly .1 and .2, I have not tested them). Specifically, matching a single backslash inside a string in a table requires 3 ...