I got a little confused about Python raw string. I know that if we use raw string, then it will treat \'\\\' as a normal backslash (ex. r\'\\n\' wo
\'\\\'
r\'\\n\'
you also can use [\r\n] for matching to new line