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 3,560 community submitted regex patterns...
1
ie 11 check
ECMAScript (JavaScript)
checks for ie 11 user agent
Submitted by
Yamakichi
-
9 years ago
1
Extract name and value from CSS border-radius
ECMAScript (JavaScript)
no description available
Submitted by
pmk
-
9 years ago
1
Duration with mandatory 'm'
ECMAScript (JavaScript)
Parses date-time duration strings +-1y2M3d4h5m6s, where 'm' is the dafault. Like this, where {} contains list of capturing groups: 21 - parsed as {,,,,21,} 2y2s - parsed as {2,,,,,2}
Submitted by
mbonaci
-
9 years ago
1
Caculator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
2013b
ECMAScript (JavaScript)
no description available
Submitted by
dror
-
9 years ago
1
match block apache
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Emoji chars
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
OS Grid Reference
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
equation matching (for javascript, without equal)
ECMAScript (JavaScript)
use this to get value of any side of an equation. You can combine this with https://regex101.com/r/fH5kJ1/1
Submitted by
Kerosene2000
-
9 years ago
1
Basic usage for tel ESA
ECMAScript (JavaScript)
Is a simple regex for compare tel number of El Salvador (not use +503 or iquals)
Submitted by
nayosx
-
9 years ago
1
salary
ECMAScript (JavaScript)
Chinese salary input
Submitted by
taijia
-
9 years ago
1
Tefefono El Salvador (fijo y celular)
ECMAScript (JavaScript)
Un pequeño regex para validar si el telefono pertenece a El Salvador
Submitted by
nayosx
-
9 years ago
1
YouTube Video PArser
ECMAScript (JavaScript)
no description available
Submitted by
Shafique
-
9 years ago
1
author bibtext
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
search text matching any word
ECMAScript (JavaScript)
search text matching any word
Submitted by
Hiren Shah
-
9 years ago
1
Get directive names from javascript code
ECMAScript (JavaScript)
Get directive names from javascript code
Submitted by
OnlineCop
-
9 years ago
1
replace directive with iife
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
To Be Or Not To Be
ECMAScript (JavaScript)
no description available
Submitted by
DawnBridge
-
9 years ago
1
youtube video id
ECMAScript (JavaScript)
any format, check domain to make sure it's a youtube url
Submitted by
Mantish
-
9 years ago
1
Simplistic email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
109
110
111
112
113
...
178
Community Library Entry
0
Regular Expression
Golang
`
\d
+
$
`
gm
Open regex in editor
Description
walter1976LastClean
Submitted by
anonymous
-
2 years ago