Comment on Coding for LawyersComments−Total_Meltdown11yDo you accept pull requests?From Chapter 3, Exhibit 6: { "title": "Hey Jude" // <-- Missing comma "group": "Beatles", ... }−adelevie11yI'm not the author (but I know him and he doesn't have an HN account--I've also contributed a chapter currently awaiting as a PR). PRs are certainly welcome.−Zikes11yAlso, in Chapter 1 the completed regex is [0-9]{1,2} U\.S\.\C. § \d+(\w+)?( \([0-9]{4}\))? Should be [0-9]{1,2} U\.S\.C\. § \d+(\w+)?( \([0-9]{4}\))? Note the backslash location change in U.S.C.
Comments
Do you accept pull requests?
From Chapter 3, Exhibit 6:
I'm not the author (but I know him and he doesn't have an HN account--I've also contributed a chapter currently awaiting as a PR). PRs are certainly welcome.
Also, in Chapter 1 the completed regex is
Should be Note the backslash location change in U.S.C.