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 6,120 community submitted regex patterns...
0
xxxx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
CC Expiration Date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sales regex (with/without comma, allow decimal)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ExtractBank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
For Joe's work on Yard stay analysis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Aktien
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
dbox-fileline with HTML comment
ECMAScript (JavaScript)
dbox-fileline with HTML comments
Submitted by
anonymous
-
5 years ago
0
Email adres kdg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Telefoonnummer belgie
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
trim
ECMAScript (JavaScript)
trim string
Submitted by
fp
-
5 years ago
0
Numbers or Fractions
ECMAScript (JavaScript)
Matches integer numbers, floats and fractions of floats. I.e. "2", "-3.456", "3/4", "2.1/8".
Submitted by
anonymous
-
5 years ago
0
sales upload examples, fix for supporting pre-ecma2018 standard browser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
postal code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
transaction amount
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
kk
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
170
171
172
173
174
...
306
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
a
-
z
\d
]
+
)
(
(
[
A
-
Z
\d
]
+
)*
(
[
a
-
z
\d
]
+
)*
)*
$
/
mg
Open regex in editor
Description
including digits and sequential uppercase letters
Submitted by
anonymous
-
a year ago