Regular Expressions 101

Community Patterns

7

CSS Import

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

domain - host

Python
no description available
Submitted by anonymous - 8 years ago
8

repeat group match

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

entity

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

date time

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

postgesql

Python
no description available
Submitted by anonymous - 8 years ago
1

REGEX

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