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,040 community submitted regex patterns...
1
Check_Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
matching sentence
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Trim
ECMAScript (JavaScript)
Trims a string without selecting any unnecessary text.
Submitted by
Vihan Bhargava
-
10 years ago
1
Phone Number Extractor
PCRE (PHP <7.3)
no description available
Submitted by
Codedude
-
10 years ago
1
get all files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
2
Match Characters outside list
ECMAScript (JavaScript)
no description available
Submitted by
vikas
-
10 years ago
0
Any mail address
PCRE (PHP <7.3)
Any mail address
Submitted by
Himalay
-
10 years ago
3
split sentence regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Syslog Parser
PCRE (PHP <7.3)
#134# 2015-05-14T21:22:40-04:00 PRODNJ-RPT01 Microsoft-Windows-TaskScheduler Task Scheduler successfully completed task "\WarmUp Vantage" , instance "{E26D061B-15DD-4F58-B80C-4F11225333DF}" , action "D:\warmupscrt\BSAImpersonationIssueFixer.exe" with return code 0.
Submitted by
anonymous
-
10 years ago
1
Mio- schedule task log parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
Get value from string
ECMAScript (JavaScript)
Used to get a value from a class e.g.: [...] class="font-12"[...] This regEx will receive "12" given the content of the class
Submitted by
Gabriel R. Sezefredo
-
10 years ago
1
LMC date match
ECMAScript (JavaScript)
no description available
Submitted by
David Zurcher
-
10 years ago
4
Credit Card Number
PCRE (PHP <7.3)
Validates Credit Card Numbers of different type. Supports Visa, MasterCard, American Express, Diners Club, Discover and JCB Taken from http://www.regular-expressions.info/creditcard.html If you want to support only a particular type, customise it based on following....
Submitted by
Ehsan
-
10 years ago
0
Name
ECMAScript (JavaScript)
Simple name matching Matches english names only, you may add international characters to list of characters.
Submitted by
Ehsan
-
10 years ago
1
url
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
-2
Detect HTML Linebreak Tags
ECMAScript (JavaScript)
Detect various possible HTML linebreak tags (eg. )
Submitted by
@benhodgson
-
10 years ago
1
Extract a UUID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
regrex expression
PCRE (PHP <7.3)
http://www.r-project.org/mail.html
Submitted by
Michael Tan
-
10 years ago
1
From HireDesk Select to Drupal Select List
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
2
suricata OSSIM regex-1
Python
no description available
Submitted by
anonymous
-
10 years ago
1
...
844
845
846
847
848
...
902
Community Library Entry
0
Regular Expression
Python
r"
(
\+
97
[
\s
]
{0,1}
[
\-
]
{0,1}
[
\s
]
{0,1}
1
|
0
)
50
[
\s
]
{0,1}
[
\-
]
{0,1}
[
\s
]
{0,1}
[
1
-
9
]
{1}
[
0
-
9
]
{6}
"
Open regex in editor
Description
no description available
Submitted by
Sebastian
-
10 years ago