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 - javascript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Simple Medicaid HICN
PCRE (PHP <7.3)
Here's a PHP PCRE regexp that has room for improvement but works for me...
Submitted by
anonymous
-
5 years ago
0
唱歌
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IMEI Parse with groups.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Gedera test regularneho vyrazu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
10 day regex FULL - 9 props
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
关闭
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CRON Expression Regex
ECMAScript (JavaScript)
Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.
Submitted by
anonymous
-
5 years ago
0
Regex Remove URL Parameters
PCRE (PHP <7.3)
Removing URL Parameters from URL PATH
Submitted by
anonymous
-
5 years ago
0
放音乐
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SQL INSERT Columns only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Match odd amount of backslashes.
Python
This regular expression will match anytime in a string where an odd amount of backslashes directly following eachother are present.
Submitted by
anonymous
-
5 years ago
0
schema, domain, port
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
MAC Address
Python
Simply match a run of the meal MAC address
Submitted by
anonymous
-
5 years ago
0
ASM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Code Gen Regex
PCRE (PHP <7.3)
This is what we use to generate coupon codes for the company events
Submitted by
anonymous
-
5 years ago
0
Gif and Jpg finder
PCRE (PHP <7.3)
Used matching to http links within a page_source that are either jpeg or gif formats
Submitted by
anonymous
-
5 years ago
0
IMAP Folders
PCRE (PHP <7.3)
Extract folder name and markers from a list of IMAP folders.
Submitted by
anonymous
-
5 years ago
0
sueldos imed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
426
427
428
429
430
...
900
Community Library Entry
0
Regular Expression
Python
r"
\[
(?P<key>
.
+
?
)
(?:
\s
+
(?P<settings>
.
*
?
)
)?
\]
"
gmsu
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago