Skip to content

Commit

Permalink
include A-Z in pattern_re too (no longer re.I)
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Oct 17, 2024
1 parent 557fe86 commit 7c63a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indigo/analysis/refs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def setup_subtypes(self):
(?P<ref>
\b(?P<subtype>{subtypes_string})\s*
([nN]o\.?\s*)?
(?P<num>[a-z0-9-]+)
(?P<num>[a-zA-Z0-9-]+)
(\s+of\s+|/)
(?P<year>\d{{4}})
)
Expand Down

0 comments on commit 7c63a96

Please sign in to comment.