Skip to content

Commit

Permalink
More derp defense
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 17, 2015
1 parent 71b24a8 commit ba55bd6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,16 @@
\bABL\b |
\bBENNET\b |
\bHU8\b |
\bCITV$ |
\bPIT[VY]$ |
\sCITV$ |
\sPIT[VY]$ |
\bTFR |
IVII |
\BINAI$ |
SET[IT]''LEMEN |
I'L | R'I | (^|\s)'L | [^Ss]'(?=\s|$)
I'L | R'I | (^|\s)'L | [^Ss]'(?=\s|$) |
I \s (?! [Ss][Oo][Ll][Aa]) |
\bA7\S |
\sH\sI?UB$
)''', flags=re.X)


Expand Down

0 comments on commit ba55bd6

Please sign in to comment.