Regular Expressions 101

Community Patterns

0

test

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

year match

PCRE (PHP <7.3)
2010-2012
Submitted by tazbir - 8 years ago
1

regex

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

yous

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

check if a string starts with an integer, then hyphen, then anything

0

Regular Expression
PCRE (PHP <7.3)

/
[0-9+]\-(.+)
/
i

Description

Loading markdown...
Submitted by anonymous - 8 years ago