* Add infix rule for double hyphens, re Issue #302

This commit is contained in:
Matthew Honnibal 2016-03-29 13:03:44 +11:00
parent ad119c074f
commit 910a6c805f
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
\.\.\.
(?<=[a-z])\.(?=[A-Z])
(?<=[a-zA-Z])-(?=[a-zA-z])
(?<=[a-zA-Z])--(?=[a-zA-z])
(?<=[0-9])-(?=[0-9])