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
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
Mail TIGF
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
Url include with negative lookbehind
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
Match on Valid IP
PCRE (PHP <7.3)
Match on VALID IP address anywhere in string.
Submitted by
KyleV
-
7 years ago
1
Match on phone number in any standard format
PCRE (PHP <7.3)
Match on a phone number in ANY standard phone number format.
Submitted by
KyleV
-
7 years ago
1
SIREN
PCRE (PHP <7.3)
SIREN for french business register number
Submitted by
Maxime
-
7 years ago
1
SIRET
PCRE (PHP <7.3)
Business register number for France SIRET
Submitted by
Maxime
-
7 years ago
1
RNA
PCRE (PHP <7.3)
French association register number RNA
Submitted by
Maxime
-
7 years ago
1
...
763
764
765
766
767
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
(
(
https
?
:
\/\/
)?
(
www
\.
)?
facebook
\.
com
\/
)
)?
(
.
*
\/
)?
(
[
a
-
zA
-
Z0
-
9.
]
*
)
(
$
|
\\
?
.
*
)
/
Open regex in editor
Description
use part 6
Submitted by
AlmogBaku
-
9 years ago