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 5,740 community submitted regex patterns...
1
DNS Name
Python
no description available
Submitted by
anonymous
-
9 years ago
1
dni con letra
ECMAScript (JavaScript)
dni con letra
Submitted by
cda
-
9 years ago
1
moj test regex
ECMAScript (JavaScript)
regex sa vezbi
Submitted by
Mladen
-
9 years ago
1
meraki device name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Basic URL
ECMAScript (JavaScript)
Matches basic URLs and fails on things that aren't
Submitted by
anonymous
-
9 years ago
1
Regular expression to Vaildate an Email Address
ECMAScript (JavaScript)
The regular expression uses the basic email address syntex, ulr rules form validating an email address. Watch the complete tutorial on youtube : https://www.youtube.com/watch?v=H6WvPfh7OYw
Submitted by
Rayees Ahmed Shaikh
-
9 years ago
1
git release tag
Python
match git tags as: [app-id]-[env-id]-v[m].[n].[p]
Submitted by
gregory nicholas
-
9 years ago
2
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Remove Package Connection data from screen.log
Python
From the Linux Screen.print method, after recording a log which involves some apt-getting, we want to find and trim out all that fat. This is Part 1
Submitted by
anonymous
-
9 years ago
0
Javascript SQL String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
Date or N/A
ECMAScript (JavaScript)
Accepts Date or not applicable string.
Submitted by
Toufique Ahmed
-
9 years ago
1
camera
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
AD12345678
ECMAScript (JavaScript)
Text with prefix AD and postfix 8 munbers only
Submitted by
pratheeshps
-
9 years ago
1
asmblah/parsing: Matching markdown code fences
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Replace TODOS in JetBrains IntelliJ products
ECMAScript (JavaScript)
arised while creating a build gulp task
Submitted by
David Enke <post@davidenke.de>
-
9 years ago
0
Filename for download request, contaions persian charachters too
ECMAScript (JavaScript)
no description available
Submitted by
Saeed.Tabrizi@gmail.com
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
IME14
ECMAScript (JavaScript)
Remove RJN.P and LALT.OQ
Submitted by
HZ
-
9 years ago
0
URL query string regex
ECMAScript (JavaScript)
no description available
Submitted by
AC
-
9 years ago
0
Find datetime directory
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
231
232
233
234
235
...
287
Community Library Entry
2
Regular Expression
Python
r"
\[
content
\]
(
[
\s\S
]
*
?
)
\[\/
content
\]
"
Open regex in editor
Description
parse tag data with multiline
Submitted by
Ali GĂ–REN
-
9 years ago