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...
0
All countries phones regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate html end tags with single quotes
ECMAScript (JavaScript)
validate html tags should have end tags, closing single, double quotes
Submitted by
Remo
-
7 years ago
0
Toy labels regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
simple regex for matching first cyrillic word found in a string
PCRE (PHP <7.3)
no description available
Submitted by
quantuumsnot
-
7 years ago
0
InfluxDB Measurements
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
VAT - Dirección.numero
Python
no description available
Submitted by
anonymous
-
7 years ago
0
CDN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Remove millisecond form ISO date format.
ECMAScript (JavaScript)
e.g. convert new Date().toISOString(); // == "2016-11-21T08:00:00.000Z" into "2016-11-21T08:00:00"
Submitted by
anonymous
-
7 years ago
0
url selector
ECMAScript (JavaScript)
no description available
Submitted by
daniela
-
7 years ago
0
match html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Insulation Purpose
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
frame name myeye 2
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Square Brackets
PCRE (PHP <7.3)
What it captures Allows to capture 'Square Brackets' and any characters in the brackets
Submitted by
abrad1212
-
7 years ago
0
WordPress Meta Query Regex Serialized Array
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Project 'first_floor_desc'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Project 'title' and 'area'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Project 'description'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find rows not beginning with
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
extract_STATIC_TO_BGP_policy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Umbraco udi regex
ECMAScript (JavaScript)
no description available
Submitted by
jdpnielsen
-
7 years ago
1
...
449
450
451
452
453
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
"
.\w
*
?
":"
.\w
*
?
"
/
g
Open regex in editor
Description
".\w*?":".\w*?"
Submitted by
Jhaffar Alexis Moreno Valega
-
7 years ago