Hacker News new | ask | show | jobs
by Zikes 4292 days ago
Also, 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.