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 12,760 community submitted regex patterns...
1
.Net app.config appSettings key value matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
log
PCRE (PHP <7.3)
no description available
Submitted by
lattis
-
9 years ago
1
Ip address
ECMAScript (JavaScript)
xxx.xxx.xxx.xxx and xxx.xxx.xxx.xxx/xxx
Submitted by
nehatiwari
-
9 years ago
0
Ip address Validator
PCRE (PHP <7.3)
Validate IP address and IP address range to. xxx.xxx.xxx.xxx and xxx.xxx.xxx.xxx/xxx
Submitted by
nehatiwari
-
9 years ago
1
CUW - Remarketing List
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Stone
PCRE (PHP <7.3)
Stone Stuff
Submitted by
mralves
-
9 years ago
1
Regex for rfc
ECMAScript (JavaScript)
validates the format for the rfc
Submitted by
anonymous
-
9 years ago
1
Regex ID from Gifs.com URLs
PCRE (PHP <7.3)
no description available
Submitted by
gif, gifs
-
9 years ago
6
Email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Cucumber feature regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Email validation
ECMAScript (JavaScript)
complete one email validation regex
Submitted by
amine.hallili@gmail.com
-
9 years ago
1
g-test
PCRE (PHP <7.3)
little test for g modifier
Submitted by
anonymous
-
9 years ago
1
/software version
PCRE (PHP <7.3)
only xxx , xxx.xxx and xxx.xxx.xxx are allowed
Submitted by
neha tiwari
-
9 years ago
1
Places Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
json schema url
ECMAScript (JavaScript)
regex valid for json schema with http,https,ftp,sftp protocol
Submitted by
KurayamiNoDaiTenshi
-
9 years ago
1
разбор адресной строки
ECMAScript (JavaScript)
no description available
Submitted by
Stanislav
-
9 years ago
1
<Trigger R="\\aPC -?\d+ [^:]+:[^\\]+\\/a tells
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Regular expression for matching parenthesis, two words and comma
ECMAScript (JavaScript)
Regular expression for matching parenthesis, two words and comma
Submitted by
anonymous
-
9 years ago
1
Check sudoku
PCRE (PHP <7.3)
Check if a sudoku board is valid or not. The board has to be as a single line. Seen at http://codegolf.stackexchange.com/questions/78210/regex-golf-verify-a-sudoku-solution
Submitted by
anonymous
-
9 years ago
0
Set in String
ECMAScript (JavaScript)
no description available
Submitted by
Mohammad
-
9 years ago
1
...
459
460
461
462
463
...
638
Community Library Entry
2
Regular Expression
ECMAScript (JavaScript)
/
\d
+
[
.,
]
?
(
\d
+
\s
*
k
?
|
x
{2,3}
)
(?=
\s
*
(
original
|
actual
|
highway
)?
\s
*
miles
)
|
(?<=
mile
(
s
|
agex
?
)
:
?
\s
*
(
is
|
~
)?
\s
*
)
\d
+
[
.,
]
?
(
\d
+
(
\s
*
k
)?
|
x
{2,3}
)
|
(
\d
+
(
\s
*
K
)
|
x
{2,3}
)
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago