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 3,780 community submitted regex patterns...
0
WGS84 Validation
ECMAScript (JavaScript)
RE to validate the format of a WGS84 datum coordinates string.
Submitted by
anonymous
-
7 years ago
0
js functions
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Soubisha Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
heat - variable
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Parse fonction name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
facebook profile url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Remove words starting with a dot in a comma separated word list
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
a
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Company check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
SSBI Folder Project Split
ECMAScript (JavaScript)
Split the Project Name with the Project Class (Adhoc/Validated)
Submitted by
anonymous
-
7 years ago
0
Location
ECMAScript (JavaScript)
City, ST format
Submitted by
Antoinne McKinney
-
7 years ago
0
Location
ECMAScript (JavaScript)
City, ST format
Submitted by
Antoinne McKinney
-
7 years ago
0
location 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
location 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Account number verification
ECMAScript (JavaScript)
Regular expression to check complex account no of max length of 18 Conditions: 1) max length of account no. is 18 chars 2) 1 hiphen is compulsary...
Submitted by
anonymous
-
7 years ago
0
Android Build Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Search z-index: -1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
elevator openings
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
common
ECMAScript (JavaScript)
these are my common regexp
Submitted by
muma
-
7 years ago
1
...
16
17
18
19
20
...
189
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?=
.
*
a
.
*
)
(?=
.
*
b
.
*
)
(?=
.
*
c
.
*
)
/
gm
Open regex in editor
Description
Submitted by
anonymous
-
3 years ago