unitedstates/citation

Judicial

vdavez opened this issue · 2 comments

This regex (\d{1,3})\s(\w+(\.\dd)?|(U\.?S\.?)|(F\. Supp\. (\dd)?))\s(\d{1,4}) matches the following:

102 A.2d 12
5 F. Supp. 2d 2
5 U.S. 3
10 F.3d 102
4 P.3d 10

Let's get it in there. What's the conceptual bucket for what this matches? Common federal reporters? We're using judicial for walverine right now, whose scope is quite wide.

Resolved by #94.