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,000 community submitted regex patterns...
0
Tüm harfler (Türkçe karakterler dahil)
PCRE (PHP <7.3)
[a-zA-ZĞÜŞİÖÇığüşöç] Programciyiz.NET Düzenli ifadelere hoşgeldiniz! ...
Submitted by
anonymous
-
7 years ago
0
Kennis
PCRE (PHP <7.3)
no description available
Submitted by
mrosm20
-
7 years ago
0
first initial, last name - podio
PCRE (PHP <7.3)
looks at the full name and grab the first word (last name) and the first letter of the next word (first name initial)
Submitted by
anonymous
-
7 years ago
0
saving_routes_from_table
Python
no description available
Submitted by
anonymous
-
7 years ago
0
mobile number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Custom Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
timeSeries
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Standard
PCRE (PHP <7.3)
Standard Return & stats
Submitted by
anonymous
-
7 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
valid - IPv4
Python
no description available
Submitted by
tpons
-
7 years ago
0
valid - IPv4
Python
no description available
Submitted by
Tpons
-
7 years ago
0
Check image url
PCRE (PHP <7.3)
Expresion regular para validar url de imagen
Submitted by
CaosMaster88
-
7 years ago
0
ip and mask x.x.x.x/y
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
repeating digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
SVN Changed Files Pattern
PCRE (PHP <7.3)
SVN Changed Files Pattern
Submitted by
anonymous
-
7 years ago
0
http
PCRE (PHP <7.3)
http message statement, as for example in openstack log, key: message
Submitted by
anonymous
-
7 years ago
0
Perfect email validation regular expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
remove span - simple version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
markdown multiline code
ECMAScript (JavaScript)
no description available
Submitted by
EzioShiki
-
7 years ago
0
xxx
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
564
565
566
567
568
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9a
-
fA
-
F
]
{24}
$
/
Open regex in editor
Description
Detect if is a valid id for MongoDB
Submitted by
manuerumx
-
10 years ago