Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The improved regex was introduced with #6096 However, there seems to be an issue with the updated regex; The uppercase meta-character `\W` only matches non-word characters, i.e. everything that is NOT [A-Za-z0-9_]. What you actually want is to use the lowercase `\w` character. Co-authored-by: Simon Rummert <[email protected]>
- Loading branch information