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
Google AdWords Negative Keyword PHRASE Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Google AdWords Negative Keyword EXACT Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Password Validator
PCRE (PHP <7.3)
Validates password strength. Minimum 8 characters at least 1 Uppercase Alphabet, 1 Lowercase Alphabet, 1 Number and 1 Special Character. Enjoy..!!
Submitted by
anonymous
-
8 years ago
0
Email Validator
PCRE (PHP <7.3)
Validates email free domain specific email id
Submitted by
anonymous
-
8 years ago
0
URL Validator
PCRE (PHP <7.3)
Validates everywhere.
Submitted by
anonymous
-
8 years ago
0
Website Address Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
VSI VWT-619
PCRE (PHP <7.3)
Trying to match only 2 & 3 below:- 1) /u/global/gadgets/healthyAwardsClub.jsp 2) /healthyawards 3) /healthyawards/ 4) /u/global/gadgets/healthyawards/healthyAwardsClub.jsp
Submitted by
anonymous
-
8 years ago
0
O3B Logical System
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Mac Network: Detect if Ethernet Cable is Connected
PCRE (PHP <7.3)
Purpose: Determine if your Mac is connected to an Ethernet Cable (match succeeds) Returns details about connection The Friendly Name (shown in Network Prefs) The BSD Device Name...
Submitted by
JMichaelTX
-
8 years ago
0
Mac Network: Detect if Wi-Fi (AirPort) is Connected and Active
PCRE (PHP <7.3)
Purpose: Determine if Wi-Fi is connected, active and running on your Mac. Returns details about connection The Friendly Name (shown in Network Prefs) The BSD Device Name...
Submitted by
JMichaelTX
-
8 years ago
0
Remove leading zeros from file names
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Match Text in an xml tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPF
PCRE (PHP <7.3)
no description available
Submitted by
guuibayer
-
8 years ago
0
CPF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Ruangan SLC 2016
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Мой рег
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Matches SQL CREATE Statement for tables with language in name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Get string between custom HTML Tags
PCRE (PHP <7.3)
Find strings between the custom HTML Tags ""
Submitted by
anonymous
-
8 years ago
0
Currency with $ symbol, support for commas
PCRE (PHP <7.3)
Currency values that can include: $, dot (.), comma (,) and any number Some valid examples 1 1234 1,234...
Submitted by
Ricardo Vega
-
8 years ago
1
...
624
625
626
627
628
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
\d
+
(
\.
\d
+
)?
%
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago