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
MAC ADDRESS
Python
no description available
Submitted by
abaumann
-
8 years ago
1
Regex Library
PCRE (PHP <7.3)
I don't know
Submitted by
Bruno
-
8 years ago
1
Validate PHP DateInterval Format
PCRE (PHP <7.3)
Checks if string is valid DateInterval format
Submitted by
grambas
-
8 years ago
1
matching sql input
ECMAScript (JavaScript)
no description available
Submitted by
mee
-
8 years ago
1
Primes
PCRE (PHP <7.3)
Find primes
Submitted by
anonymous
-
8 years ago
1
URL matched
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Expression for -1 to infinite
ECMAScript (JavaScript)
no description available
Submitted by
Nitin Zajam
-
8 years ago
1
german date without validation
PCRE (PHP <7.3)
checks the format but does not validate
Submitted by
JvN
-
8 years ago
1
Regex matching non-prime unary numbers
PCRE (PHP <7.3)
reg(sn) => boolean: reg('1111') => true reg('xxxxxxxxxxx') => false
Submitted by
anonymous
-
8 years ago
1
U.S. Telephone Numbers (No 800 or 900#)
PCRE (PHP <7.3)
Block 800, 855, 866, 877, 888 as well as 900 numbers.
Submitted by
hammraido
-
8 years ago
1
WIP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Tag without content
PCRE (PHP <7.3)
Will detect a tag
Submitted by
Marc Clément
-
8 years ago
1
url regx validate
PCRE (PHP <7.3)
validate from url with good regx
Submitted by
mohamed nabil hussien
-
8 years ago
1
Takes a word with transcription from dictionary record
PCRE (PHP <7.3)
//Original word and its translation/transcription may be delimited with end-of-line,space and punctuations symblos //There may or may not be a transcription (but we expect it always to be in square brackets) //As well some dictionaries provide several transcriptions for the same word...
Submitted by
anonymous
-
8 years ago
1
Medicare Number (HICN)
PCRE (PHP <7.3)
Medicare ID Number (HICN) RegEx Pattern
Submitted by
Ace Therapy
-
8 years ago
1
asus firewall
PCRE (PHP <7.3)
no description available
Submitted by
gs
-
8 years ago
1
regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
pwl repo titles
Python
no description available
Submitted by
Devin McGloin
-
8 years ago
1
MCR_RegRex
PCRE (PHP <7.3)
reg ex for checking if command has an operator
Submitted by
roots
-
8 years ago
1
CSV record
PCRE (PHP <7.3)
Respects both "double-double" and "escaped doublequote" quotes in quotes. Respects newlines in quoted strings and as line-separators. (see also RFC-4180)
Submitted by
aes
-
8 years ago
1
...
728
729
730
731
732
...
900
Community Library Entry
1
Regular Expression
Python
r"
\[
(?P<key>
AA
|
BB
|
CC
)
\]
\s
*
(?P<value>
.
*
)
"
g
Open regex in editor
Description
no description available
Submitted by
horangs
-
9 years ago