Skip to content

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

Loading