Regular Expressions 101

Community Patterns

-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
1

test

Python
test
Submitted by test - 9 years ago
1

deine regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago

test

1

Regular Expression
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

Description

Loading markdown...
Submitted by test - 9 years ago