Regular Expressions 101

Community Patterns

1

GrEedy

Python
greedy or no greedy_**
Submitted by daen3r1s - 5 days ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago

french phone number (locale format)

0

Regular Expression
PCRE (PHP <7.3)

/
[0]{1}[1-7]{1}[0-9]{8}
/

Description

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