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
find a valid SO file
PCRE (PHP <7.3)
This regex allow to validate a .so file (with an additional version)
Submitted by
anonymous
-
9 years ago
0
find non-protocolized img src
PCRE (PHP <7.3)
Useful to expand links without a protocol header with a base url src="/bla/blubb" --> src="http:/foo.com/bla/blubb"
Submitted by
fjakop
-
9 years ago
1
Find Single Instance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Help
Python
no description available
Submitted by
anonymous
-
9 years ago
1
barcode or barcode list
Python
no description available
Submitted by
anonymous
-
9 years ago
1
sdf
PCRE (PHP <7.3)
f
Submitted by
f
-
9 years ago
0
ASP.NET Web Forms dates in JSON
ECMAScript (JavaScript)
Look for date objects in JSON returned from ASP.NET Web Forms.
Submitted by
anonymous
-
9 years ago
0
secure http header: cache-control
PCRE (PHP <7.3)
Check if HTTP Header of Cache-Control has all nessery values for highest security
Submitted by
Nils Werner
-
9 years ago
1
Secure HTTP Header: Public-Key-Pins
PCRE (PHP <7.3)
Check if HTTP Header of Public-Key-Pins has all nessery values for highest security
Submitted by
Nils Werner
-
9 years ago
1
Phone Number (msisdn) filter
PCRE (PHP <7.3)
MSISDN filter. Should match worldwide phone numbers. It doesn't work for numbers with dashes, so just replace them with empty strings, or edit as you wish.
Submitted by
maricn
-
9 years ago
1
Timestamp from json
PCRE (PHP <7.3)
no description available
Submitted by
Thomas Khalil
-
9 years ago
0
parse velocity variables
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
date regex
ECMAScript (JavaScript)
match dd-mm-yyyy
Submitted by
anonymous
-
9 years ago
1
Does not match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Originale
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
SSN
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
SSN
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Regexp for mediawiki
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
5
Latitude,Longitude fetcher
PCRE (PHP <7.3)
Useful to work with GoogleMap API.
Submitted by
anonymous
-
9 years ago
1
tag replace
PCRE (PHP <7.3)
no description available
Submitted by
Lexx918
-
9 years ago
1
...
817
818
819
820
821
...
900
Community Library Entry
5
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
-+
]
?
[
1
-
8
]
?
\d
(?:
\.
\d
+
)?
|
90
(?:
\.
0
+
)?
)
,
\s
*
(
[
-+
]
?
(?:
180
(?:
\.
0
+
)?
|
(?:
(?:
1
[
0
-
7
]
\d
)
|
(?:
[
1
-
9
]
?
\d
)
)
(?:
\.
\d
+
)?
)
)
$
/
Open regex in editor
Description
Useful to work with GoogleMap API.
Submitted by
anonymous
-
9 years ago