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
dd/mm/yyyy inc. LeapYears
ECMAScript (JavaScript)
1900 - 2015. Useful for Birthdates
Submitted by
ChrisAbra
-
9 years ago
1
dates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
WINCOR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
foo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Find in string template with regular expression
PCRE (PHP <7.3)
In string find regular expression or data type with limiters (start and end or summary count of symbols)
Submitted by
Bohdanov Mikhail
-
9 years ago
1
CATEGORY
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Text to Sentence with URLs
PCRE (PHP <7.3)
Text to sentence is easy, but not when there are URLs or website names inside the text.
Submitted by
khpatel4991
-
9 years ago
0
DD-MM-YYYY
ECMAScript (JavaScript)
Any date that as a valid month, a valid date and a year composed of 4 numbers. You can change the '-' caracter to any divider you want.
Submitted by
anonymous
-
9 years ago
1
DD-MM-YYYY
ECMAScript (JavaScript)
Any date that as a valid month, a valid date and a year composed of 4 numbers. You can change the '-' caracter to any divider you want.
Submitted by
anonymous
-
9 years ago
0
replace-last-comma with semicolon
PCRE (PHP <7.3)
replace-last-comma with semicolon similar to http://stackoverflow.com/questions/3829483/how-to-replace-last-occurrence-of-characters-in-a-string-using-javascript
Submitted by
Michael Freidgeim
-
9 years ago
1
uuu
Python
uuu
Submitted by
uuu
-
9 years ago
1
DevExpress AutoFilter: Keyword
ECMAScript (JavaScript)
Identify if string contains filter keyword
Submitted by
lina
-
9 years ago
1
URL with query
PCRE (PHP <7.3)
validate a url with or without query string and scheme
Submitted by
Ganey
-
9 years ago
1
email validation
PCRE (PHP <7.3)
if you want to validate user mail
Submitted by
amine.hallili@gmail.com
-
9 years ago
1
IRCCloud extract usernames
PCRE (PHP <7.3)
Extract the usernames out of a log dump from IRCCloud
Submitted by
Ivoah
-
9 years ago
1
email validation
ECMAScript (JavaScript)
checks that the mail is valid
Submitted by
amine.hallili@gmail.com
-
9 years ago
1
Password Security and Validation
PCRE (PHP <7.3)
A password regex that has to have at least 1 uppercase caracter, 1 lowercase caracter, 1 special caracter and a digit
Submitted by
MestreMurai
-
9 years ago
1
validate 14,9 decimals
PCRE (PHP <7.3)
validate 14,9 decimals
Submitted by
Ganey
-
9 years ago
0
Password Security and Validation
PCRE (PHP <7.3)
A password regex that has to have 6 characters at minimum, not spaces allowed, and at least 1 special character, 1 uppercase letter, 1 lowercase letter and a digit
Submitted by
MestreMurai
-
9 years ago
1
us phone numbers 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
206
207
208
209
210
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(
\d
?
?
)?
(
\d
{3}
|
\(
\d
{3}
\)
)
[
-
]
?
\d
{3}
[
-
]
?
\d
+
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago