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,040 community submitted regex patterns...
1
Guests Thomas Cook
PCRE (PHP <7.3)
no description available
Submitted by
Nowon5
-
8 years ago
1
GPS from Google Maps
PCRE (PHP <7.3)
Check if Coordinates from Google Maps are valid
Submitted by
freMea
-
8 years ago
1
Export Apple device id list
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Buscar o reemplazar 'texto entre caracateres especiales',
PCRE (PHP <7.3)
Buscar o reemplazar 'texto entre caracateres especiales',
Submitted by
adansernas
-
8 years ago
1
windows match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
www.cbazaar.com/latest-arrivals.html#!page=1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
"IFB098E" | "IFB100E" | "IXC585E"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Two Numeric Digits from 1 to 99 excluding '00'
PCRE (PHP <7.3)
This regular expression matches are two numeric digits from till 99 excluding 00. Match starts from 01 to 99.
Submitted by
Bhaskar Chaganti
-
8 years ago
1
bottle cleanup
PCRE (PHP <7.3)
find sizes different from standard
Submitted by
anonymous
-
8 years ago
1
not a string
ECMAScript (JavaScript)
no description available
Submitted by
cmolter
-
8 years ago
1
Remove HTML
ECMAScript (JavaScript)
no description available
Submitted by
https://github.com/Edux87
-
8 years ago
1
Common EU Phonenumber Formats
PCRE (PHP <7.3)
*Optional Country code (+xxx|00xxx) *Zone code with optional parenthesis for leading zero. 2-5 digit zone code, with different spacing. *Optional hyphen (optional spaces before and|or after) *Max service number 7 digits. different groups with optional spaces, 2-5 digits per group
Submitted by
Mattias
-
8 years ago
1
Localiza E-mail
Python
Log de postfix, localiziando e-mail (from e to).
Submitted by
Danilo Kishi
-
8 years ago
1
Qam Mega-bytes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Matching a URL
ECMAScript (JavaScript)
no description available
Submitted by
Vasili
-
8 years ago
1
regular-expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
-1
Sri Lankan NIC Regex
ECMAScript (JavaScript)
Regular Expression to validate NIC of Sri lankna (National Identity Card)
Submitted by
Sithira Munasinghe
-
8 years ago
1
RemoveItemNote
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
HTML <input> tags of type hidden but with the required attribute set
ECMAScript (JavaScript)
no description available
Submitted by
Paul Sturm
-
8 years ago
1
...
264
265
266
267
268
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
\w
]
+
,
[
\w
]
+
\s
+
[
\w
]
\s
+
[
\d
]
{1,2}
[
\S\s
\.
]
+
[
\d
]
{4}
)
/
Open regex in editor
Description
no description available
Submitted by
Nowon5
-
8 years ago