Skip to content
Snippets Groups Projects

mrhlpr.json: fix matching of numbers in regex

Closed Administrator requested to merge mrhlpr-regex-fix into master

In the regex [a-z-0-9] you don't need a backslash before the minus in the middle, so remove that to bring it in line with other regexes.

In the regex [a-z/-0-9] you do need a backslash in front of the minus though, otherwise only the numbers 0 and 9 are allowed by the regex.

Edited by Administrator

Merge request reports

Approval is optional

Closed by AdministratorAdministrator 6 months ago (Oct 6, 2024 8:18pm UTC)

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading