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...
1
find widget.method name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
No Tag in URL RegEx
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
Quotes
PCRE (PHP <7.3)
Matches everything between '' or "", but not between quotation marks of different types. (?:\")(.?)(?:\")|(?:')(.?)(?:')
Submitted by
maffei2443
-
7 years ago
1
CBC-FixFlex-CisloZmluvy
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
TeamAlert domenenavn
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
FireEye Sandbox IPs
PCRE (PHP <7.3)
FireEye Sandbox IPs
Submitted by
Robert Nixon
-
7 years ago
1
RFC 1918 Address Space
PCRE (PHP <7.3)
no description available
Submitted by
Robert Nixon
-
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
Velocidade De Banda
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Full amount, with comma, 2 decimal places
ECMAScript (JavaScript)
Valid: 0.00 123.12 123,123,123.12 123,123,123,123.00 ...
Submitted by
Benji W J YANG
-
7 years ago
1
Percentage with 2 decimal places
ECMAScript (JavaScript)
Valid: +100.00% -100.00% +2.00% -22.00% +2.99%...
Submitted by
Benji W J YANG
-
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
Shared folder | shared folder ip | local folder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Very basic mail check regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Locale ICU validator
PCRE (PHP <7.3)
Regexp to match against a icu locale string
Submitted by
Sylvain Combes
-
7 years ago
1
flush done
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
CMSC320 NASA Dirty Table Regex
PCRE (PHP <7.3)
https://cdaw.gsfc.nasa.gov/CME_list/radio/waves_type2.html
Submitted by
anonymous
-
7 years ago
1
...
231
232
233
234
235
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\d\d
:
\d\d
-
\d\d
:
\d\d
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago