Have the PR magic links strip out all regex comments (?#...) for the "Stack Exchange search in text, in URLs, and in code." #9814
Labels
area: blacklists
area: git
type: enhancement
Improvements which don't reach the level of being new features.
It would make it quicker / easier to find any on-site hits while looking to approve PR's.
For example,
foobarbaz(?#madeup)
would result in search links for justfoobarbaz
.I believe this needs to happen in gitmanager.py circa line 198 to add some pre- or in-line processing of arg 7.
Looks like something similar was tackled in #2437 with 9a71561 so hopefully similar code could be used here.
The text was updated successfully, but these errors were encountered: