Regular Expressions 101

Community Patterns

1

Funny Discord Thing

.NET (C#)
Submitted by Deniz-seckin55 - a month ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - 2 months ago
0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 3 months ago
0

NLP_Regex

Python
Learning Regex for NLP
Submitted by anonymous - 3 months ago

match only words consisting of 3 repeated letters, e.g. lllkkk

-2

Regular Expression
Python

r"
^([a-z]){1,}\1{2}$
"

Description

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