Regular Expressions 101

Community Patterns

1

aa

PCRE (PHP <7.3)
aaa
Submitted by aaa - 8 years ago
1

regex for redirect

Python
no description available
Submitted by igor - 8 years ago
0

test

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

match the first sentence, ignoring enumerations

1

Regular Expression
Python

r"
^.*?([^\d])\.
"

Description

Loading markdown...
Submitted by Henrik Heimbuerger - 8 years ago