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
Locale ICU validator
PCRE (PHP <7.3)
Regexp to match against a icu locale string
Submitted by
Sylvain Combes
-
7 years ago
1
Very basic mail check regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Shared folder | shared folder ip | local folder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2
NSU ID Card Checker
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Email Verification
ECMAScript (JavaScript)
valid: benji_yang@basic.cn benji.yang@roolbox.com benji-yang@gmail.org invalid:...
Submitted by
Benji W J YANG
-
7 years ago
1
Velocidade De Banda
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Stripping tags from ajax response
ECMAScript (JavaScript)
With this regex, is possible to strip som parts of response
Submitted by
anonymous
-
7 years ago
1
RFC 1918 Address Space
PCRE (PHP <7.3)
no description available
Submitted by
Robert Nixon
-
7 years ago
1
FireEye Sandbox IPs
PCRE (PHP <7.3)
FireEye Sandbox IPs
Submitted by
Robert Nixon
-
7 years ago
0
table-markdown-regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
extractor_RD_RT_Cisco
Python
no description available
Submitted by
anonymous
-
7 years ago
1
TeamAlert domenenavn
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
TeamAlert domenenavn
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Microsoft Forward Header Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
CBC-FixFlex-CisloZmluvy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Quotes
PCRE (PHP <7.3)
Matches everything between '' or "", but not between quotation marks of different types. (?:\")(.?)(?:\")|(?:')(.?)(?:')
Submitted by
maffei2443
-
7 years ago
0
Team selector regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
altos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Go Duration Matching
Python
Pattern used to validate Go durations as specified.
Submitted by
anonymous
-
7 years ago
0
<a href="()"/> domain name
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
538
539
540
541
542
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
<p
.
*
?
>
.
*
?
<
\/
p>
)
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago