Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
1
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
capital of
Python
no description available
Submitted by
Shebin
-
8 years ago
1
MML
Python
no description available
Submitted by
Aron
-
8 years ago
1
Ticketnummer
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Check for GUID/UUID
PCRE (PHP <7.3)
This pattern search case insensitive for a valid GUID: a combination of A-Z and 9-0 in four groups delimited by a dash: [8]-[4]-[4]-[4]-[12].
Submitted by
Fallon Turner
-
8 years ago
1
checks for valid filename
PCRE (PHP <7.3)
filename.txt Not: .filename.txt
Submitted by
RAussi
-
8 years ago
1
date time stamps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
time stamp english
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex HTML
ECMAScript (JavaScript)
Trying to get in between ><
Submitted by
anonymous
-
8 years ago
1
JS terminal stuff
ECMAScript (JavaScript)
no description available
Submitted by
b3nsn0w
-
8 years ago
1
Convert an LDIF from DS A into LDIF in DS B in one Regex
PCRE (PHP <7.3)
If you need to convert an LDIF exported from one directory to an LDIF in another directory, replacing the DN and attr names from one to the other
Submitted by
anonymous
-
8 years ago
1
Regex for Instance name validation
ECMAScript (JavaScript)
no description available
Submitted by
Sanoj Antony
-
8 years ago
1
vowels
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
gotcha
ECMAScript (JavaScript)
Ci
Submitted by
anonymous
-
8 years ago
1
Separate words in sentence
PCRE (PHP <7.3)
Separate words in sentence
Submitted by
Elijah Mwangi
-
8 years ago
1
Select Specific text (Boulevard)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Filename & extension
PCRE (PHP <7.3)
no description available
Submitted by
4B1D F4DL14N N
-
8 years ago
0
filename with extension
PCRE (PHP <7.3)
ex : udinkomarudin.png
Submitted by
4B1D F4DL14N N
-
8 years ago
0
a
PCRE (PHP <7.3)
a
Submitted by
a
-
8 years ago
0
justtesting
PCRE (PHP <7.3)
justtesting
Submitted by
justtesting
-
8 years ago
1
...
268
269
270
271
272
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
https
?
:
\/\/
ihm
\.
se
.
*
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago