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
Date-Time
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex dat URL
ECMAScript (JavaScript)
When you need to get parts of your URL nicely.
Submitted by
anonymous
-
8 years ago
0
Remove Comma, Spaces and Middle Initial
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
match pe sms dupa plata1-20
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Phone number extraction
ECMAScript (JavaScript)
I have +919535872103 adf I have +91-9535872103 adf I have +91(953)5872103 adf I have +91-(953)5872103 adf I have +91-(953) 5872103 adf I have +91 (953) 5872103 adf...
Submitted by
anonymous
-
8 years ago
0
match words only
PCRE (PHP <7.3)
match words excluding unicode char where a sentence is a group of two or more characters (words).
Submitted by
anonymous
-
8 years ago
0
Find the JSON in invalid string
PCRE (PHP <7.3)
http://stackoverflow.com/q/40361407/47672
Submitted by
anonymous
-
8 years ago
0
ADI Actor names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
JAMM Title parse for duration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Capture Nth number of instances before a pattern
PCRE (PHP <7.3)
Elegant way to capture recurring patterns up to a point.
Submitted by
anonymous
-
8 years ago
0
postscreen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
finding hashtags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IPv4 search
PCRE (PHP <7.3)
basic ip search
Submitted by
anonymous
-
8 years ago
0
Twitter hashtags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract database name of an PostgreSQL JDBC connection url
PCRE (PHP <7.3)
Extracts the database name of an PostgreSQL JDBC connection url
Submitted by
anonymous
-
8 years ago
0
()
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Check a date in an invoice
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Find Youtube ID from link, url or Youtube embed code
PCRE (PHP <7.3)
Find Youtube ID from link, url or Youtube embed code
Submitted by
onigetoc
-
8 years ago
0
us telephone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
For VM - Match on grub if elevator=noop is present or not
Python
name: OPITMIZ | GRUB | Set DISK Scheduler a elevator=noop lineinfile: dest: /etc/default/grub regexp: '^(GRUB_CMDLINE_LINUX_DEFAULT=(?!.elevator=noop).)\"' line: '\1 elevator=noop"' backrefs: yes...
Submitted by
Pintax
-
8 years ago
1
...
6
7
8
9
10
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
\w
+
(
[
-+.
]
\w
+
)*
@
\w
+
(
[
-.
]
\w
+
)*
\.
(
[
A
-
Za
-
z
]
{2,4}
)
[
;
]
)+
$
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago