| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* remove extraneous character class markers used in `crackline_re_1`: `\w` and `=` on their own have no benefit to character class `[]` inclusion * `name_match` has a character class that can be simplified because `\w` metacharacter already encompasses the digit metacharacter and the underscore
* `name_match` regular expression now starts by matching a letter only, based on reviewer feedback
| Back | FazBrowse Home | New Git URL |
Backport of #18072.
remove extraneous character class markers used in
crackline_re_1: \w and = on their own have no
benefit to character class [] inclusion
name_match has a character class that can be
simplified because \w metacharacter already
encompasses the digit metacharacter and the
underscore