Skip to content

Commit

Permalink
Only match I pattern at start of line
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 17, 2015
1 parent ba55bd6 commit 547c091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
\BINAI$ |
SET[IT]''LEMEN |
I'L | R'I | (^|\s)'L | [^Ss]'(?=\s|$) |
I \s (?! [Ss][Oo][Ll][Aa]) |
^I \s (?! [Ss][Oo][Ll][Aa]) |
\bA7\S |
\sH\sI?UB$
)''', flags=re.X)
Expand Down

0 comments on commit 547c091

Please sign in to comment.