Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-01-20 20:10
Flavor·Python

r"
(?<!ca.)(?<!vs.)(?<!\w\.\w.)(?<![A-Z][a-z]\.)(?<![A-Z][a-z][a-z]\.)(?<![A-Z][a-z][a-z][a-z]\.)((?<=[.!?])|(?<=[.!?][\'"]))[\s]{1,20}((?=[A-Z])|(?=[0-9])|(?=\"))
"
g
Open regex in editor

Description

test

Submitted by test