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
Hyphenated1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Soubisha Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
js functions
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
WGS84 Validation
ECMAScript (JavaScript)
RE to validate the format of a WGS84 datum coordinates string.
Submitted by
anonymous
-
7 years ago
0
container number
PCRE (PHP <7.3)
maritime container number
Submitted by
anonymous
-
7 years ago
0
StoreCode
PCRE (PHP <7.3)
Used to validate the StoreCode field in the MDS table SourceStore
Submitted by
John McPhillips
-
7 years ago
0
konteyner numaraları
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Struts Actions Spreadsheet
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
PhoneNumber
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
specular3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
specular
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
regex my name (John D. Martin III)
PCRE (PHP <7.3)
If you are an academic whose name has a suffix on your name, then you'll have noticed that people are forever leaving it off. This regex checks all the different ways that I've seen my name spelled and matches on the acceptable spellings but not on everything else.
Submitted by
twitter
-
7 years ago
0
Any string that begins and ends with the same vowel.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Any string that begins and ends with the same vowel.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ModSecurity 942430
PCRE (PHP <7.3)
From https://raw.githubusercontent.com/SpiderLabs/owasp-modsecurity-crs/v3.0/master/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf
Submitted by
anonymous
-
7 years ago
0
ModSecurity 942200
PCRE (PHP <7.3)
Pattern from https://raw.githubusercontent.com/SpiderLabs/owasp-modsecurity-crs/v3.0/master/rules/REQUEST-942-APPLICATION-ATTACK-SQLI.conf
Submitted by
anonymous
-
7 years ago
0
PDF Reports Placeholder Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
JS comments
PCRE (PHP <7.3)
Match all JS comments which are having >=2 Carriage return(\r) or Line feed(\n) at start and end.
Submitted by
kaalavan
-
7 years ago
0
Upper Case multi word names
PCRE (PHP <7.3)
Upper Case words with possible parantheses and abbreviation
Submitted by
anonymous
-
7 years ago
1
...
535
536
537
538
539
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
-
?
\d
+
\.
*
\d
*
;
\s
*
-
?
\d
+
\.
*
\d
*
/
gi
Open regex in editor
Description
RE to validate the format of a WGS84 datum coordinates string.
Submitted by
anonymous
-
7 years ago