Skip to content

use raw strings with regex

Ashwin Kumar Karnad requested to merge fix-regex into main

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