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...
1
Modernest of Emails
PCRE (PHP <7.3)
New gTLDs (2-14 chars) Allows sentence endings after email Accepts every char (except space) = Full Email Support ...
Submitted by
timmyRS
-
8 years ago
1
find latitude longitude
PCRE (PHP <7.3)
find & get long lat in a string
Submitted by
Michael CAILLET http://mica.bike
-
8 years ago
1
dd
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Google Category Extraction
PCRE (PHP <7.3)
Extract first term in url path for google category extraction
Submitted by
SCFarmer
-
8 years ago
1
Simbols
PCRE (PHP <7.3)
remove dublicate punctuation marks and keep punctuation if stay near a word( abc, , ,) last , ,
Submitted by
Suciu Razvan
-
8 years ago
1
the best regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
MM/DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
76.7877
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Uppercase Lowercase Digit mandatory only
PCRE (PHP <7.3)
Match at least one upper case, lower case and digit between 1 and 20 length with no special characters
Submitted by
anonymous
-
8 years ago
1
Search for Array-Variables in PHP.
PCRE (PHP <7.3)
no description available
Submitted by
Bert Bredewold
-
8 years ago
1
SS3 message
PCRE (PHP <7.3)
no description available
Submitted by
Abishek
-
8 years ago
0
Remove all special chars from string
PCRE (PHP <7.3)
Remove all special chars from string
Submitted by
binary_fm
-
8 years ago
1
Removes formatting chars from string
PCRE (PHP <7.3)
Removes formatting chars from string like \n, \r, \t and etc
Submitted by
binary_fm
-
8 years ago
0
SearchForPhotoName
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Match URLs
PCRE (PHP <7.3)
no description available
Submitted by
JOHN GRUBER
-
8 years ago
1
Telefone Brasil
PCRE (PHP <7.3)
Telefone com DDD entre parenteces ou sem com e sem traço ou sem DDD
Submitted by
Vinicius G
-
8 years ago
0
a
ECMAScript (JavaScript)
a
Submitted by
a
-
8 years ago
1
Funktion Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Password Validation 8-32 chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
PIAS LS OUTPUT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
233
234
235
236
237
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\+
\d
+
\.
(?<=
\d
\.
)
\d
+
/
gm
Open regex in editor
Description
This is the #1 regex used in
Mez
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)