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 5,040 community submitted regex patterns...
0
mayfield 2
Python
no description available
Submitted by
anonymous
-
5 years ago
0
mayfield 12
Python
no description available
Submitted by
anonymous
-
5 years ago
0
60fps fixtures
Python
no description available
Submitted by
anonymous
-
5 years ago
0
60fps m3u8
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AC800s Modem testing
Python
Still not quite right
Submitted by
anonymous
-
5 years ago
0
AC800s from forum
Python
no description available
Submitted by
anonymous
-
5 years ago
0
AC800s
Python
no description available
Submitted by
anonymous
-
5 years ago
0
gen unique sql
Python
no description available
Submitted by
anonymous
-
5 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
5 years ago
0
Regex for a line of assembly instruction
Python
Returns 4 groups, label = label used in the start, if any opc = Opcode mnemonic if the line contains an instruction op1 = first operand to mnemonic, if any op2 = second operand to mnemonic, if any...
Submitted by
anonymous
-
5 years ago
0
Search and Match an IP address in a string that may have either () or [] as boundaries.
Python
Search and Match an IP address in a string that may have either () or [] as boundaries.
Submitted by
anonymous
-
5 years ago
0
Name regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
RANSW
Python
NSW is different to other states (see red text)
Submitted by
anonymous
-
5 years ago
0
Filter for Twitter Posts
Python
To remove @recipient and other funny characters
Submitted by
anonymous
-
5 years ago
0
Leis, artigos e parágrafos
Python
no description available
Submitted by
anonymous
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
date_regex
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D...
Submitted by
anonymous
-
5 years ago
0
Convert camel case to snake case
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sentencia fallo
Python
no description available
Submitted by
anonymous
-
5 years ago
0
MI LIQUOR DIST LIC CODES
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
113
114
115
116
117
...
252
Community Library Entry
0
Regular Expression
Golang
`
\(\\
?
\"
(
\d
{1,3}
-
?
\d
{1,3}
?
)
[
,|
\s
]
(
.
*
,
?
.
*
?
,
?
.
*
?
\s
)
(
[
A
-
Z0
-
9
]
{3,4}
\s
[
A
-
Z0
-
9
]
{3}
)
\\
?
\"
?
,
(
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{3,9}
)
,
(
[
-|+|
\s
]
?
[
0
-
9
]
{1,3}
.
[
0
-
9
]
{3,9}
)
\)
`
gm
Open regex in editor
Description
for the demo 2019/09/27
Submitted by
anonymous
-
5 years ago