Skip to content

Commit

Permalink
Add UKAIT to regex for URL builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Nov 30, 2023
1 parent 9adb8ef commit 984fa73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ds_caselaw_utils/data/neutral_citation_regex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
['^\[(\d{4})\] (UKUT) (\d+) \((AAC|IAC|LC|TCC)\)$', [2, 4, 1, 3]],
['^\[(\d{4})\] (EAT) (\d+)$', [2, 1, 3]],
['^\[(\d{4})\] (UKFTT) (\d+) \((TC|GRC)\)$', [2, 4, 1, 3]],
['^\[(\d{4})\] (UKAIT) (\d+)$', [2, 1, 3]],
]

0 comments on commit 984fa73

Please sign in to comment.