Regular Expressions 101

Community Patterns

3

Email

Python
Python
Submitted by anonymous - 7 years ago
7

CSS Import

Python
no description available
Submitted by anonymous - 10 years ago
3

prices in nis

Python
no description available
Submitted by molaxx - 8 years ago
3

date time

Python
1/Jul/2013 03:27:12
Submitted by himel - 10 years ago
2

log trillian

Python
no description available
Submitted by NTP-[SADAS] - 9 years ago
2

calibre book parse

Python
no description available
Submitted by anonymous - 8 years 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