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...
-3
matching words between tags
ECMAScript (JavaScript)
matching words between square brachets tags include newline or carriage return
Submitted by
anonymous
-
9 years ago
1
Quadparser
PCRE (PHP <7.3)
Finds potential G-quadruplex motifs in DNA seqeunces
Submitted by
anonymous
-
9 years ago
1
Property List to object mapping
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Twitter Hashtags
PCRE (PHP <7.3)
Finds out Twitter Hashtags from a text
Submitted by
Yesha Shah
-
9 years ago
1
Temp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Numero de telefone brasileiro
PCRE (PHP <7.3)
Valida numero de telefone brasileiro com 9 ou 8 digitos junto com DDD ou sem DDD, formatado ou nao formatado.
Submitted by
fb.me/raniellyfsilva
-
9 years ago
1
Google Analytics - Content grouping - Regex fix
Python
http://stackoverflow.com/questions/32650744/google-analytics-content-grouping-regex-fix
Submitted by
anonymous
-
9 years ago
1
Test File
PCRE (PHP <7.3)
Test Description
Submitted by
Test Author
-
9 years ago
1
Match local development domain
PCRE (PHP <7.3)
no description available
Submitted by
Nico Schneier
-
9 years ago
1
Amazon_SS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Parsing Basketball Matchup
PCRE (PHP <7.3)
Written mostly in Notepad++, bitches!
Submitted by
@just_abs
-
9 years ago
1
tds-1
PCRE (PHP <7.3)
form26as partA
Submitted by
gopinath
-
9 years ago
1
remove valid receipts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Find div with any string inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search for status
PCRE (PHP <7.3)
IVLSInstallation.log includes a status for the upgrade
Submitted by
jhambly
-
9 years ago
1
DB2 Nodes Line Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
DB2 Nodes improved
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
9.24.15
PCRE (PHP <7.3)
First Test Regex
Submitted by
anonymous
-
9 years ago
1
Match any .mpg
PCRE (PHP <7.3)
Match any content string that ends in .mpg. Useful for MPEG filters on HTTP requests
Submitted by
Dolly Feathers
-
9 years ago
1
...
131
132
133
134
135
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
-
?
[
0
-
9
]
+
)
\s
(
[
0
-
9A
-
Z
]
+
)
\s
(
-
?
[
0
-
9
]
{2}
-
[
a
-
zA
-
Z
]
{3}
-
[
0
-
9
]
{4}
)
\s
-
?
(
[
UPFO
]
)
\s
(
-
?
[
0
-
9
]
{2}
-
[
a
-
zA
-
Z
]
{3}
-
[
0
-
9
]
{4}
)
\s
(
[
-,A
-
F,T
]
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
\s
(
-
?
[
0
-
9
]
+
\.
[
0
-
9
]
{2}
)
/
Open regex in editor
Description
form26as partA
Submitted by
gopinath
-
9 years ago