use raw strings with regex
The \w
in the regex string would be treated as escape sequences and must be used as raw strings inorder to not get errors.
Merge request reports
Activity
requested review from @hans.fangohr
mentioned in commit 64152d51
Please register or sign in to reply