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
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
FFMPEG - Get Bitrate
PCRE (PHP <7.3)
no description available
Submitted by
DreamWave
-
8 years ago
0
Youtube video id from link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match multi-line comments
PCRE (PHP <7.3)
Comments of type /* ... */ are matched. All comments are matched, this can be usefull if you want delete them
Submitted by
Smiley32
-
8 years ago
0
Regular expression for Ukrainian words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
faction name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
simple mobile regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
find numeric value
PCRE (PHP <7.3)
find numeric value
Submitted by
anonymous
-
8 years ago
0
strings between commas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Titre de loi
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Titre de loi
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Offshore waypoint name
PCRE (PHP <7.3)
Offshore waypoint name based on ICAO code.
Submitted by
anonymous
-
8 years ago
0
compo
PCRE (PHP <7.3)
Ciclo FOR nuova sintassi
Submitted by
anonymous
-
8 years ago
0
MySQL old to new
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
A regex to match three digit number excluding 000
PCRE (PHP <7.3)
A regex to match three digit number excluding 000
Submitted by
anonymous
-
8 years ago
0
Remove domain prefix (use with PHP parse_url($domain,PHP_URL_HOST))
PCRE (PHP <7.3)
Remove domain prefix (use with PHP parse_url($domain,PHP_URL_HOST))
Submitted by
anonymous
-
8 years ago
0
Chef role name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
blobimporter.exe.config
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
上市日期
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
lastname name
PCRE (PHP <7.3)
Regex for extracting lastname, Name for use in KeyboardMaestro
Submitted by
anonymous
-
8 years ago
1
...
404
405
406
407
408
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
_
?
[
a
-
z0
-
9
]
+
(?:
-
+
[
a
-
z0
-
9
]
+
)*
$
/
gm
Open regex in editor
Description
including digits and double dashes
Submitted by
anonymous
-
a year ago