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,020 community submitted regex patterns...
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
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
O3B Logical System
PCRE (PHP <7.3)
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
Website Address Check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
URL Validator
PCRE (PHP <7.3)
Validates everywhere.
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
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
Google AdWords Negative Keyword EXACT Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
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 PHRASE Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
email_validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Support
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Analyse et découpage d'adresse postale
PCRE (PHP <7.3)
Analyse et découpage des adresses postales (partie "rue", contenant le numéro de voie, l'indice de répétition, le type de voie, le nom de la voie)
Submitted by
anonymous
-
8 years ago
0
SSHD log analysis
Python
journalctl provides a bunch of different output messsages. This regex is searching for failed or accepted connection strings. The following groups are defined: ssh_id**: The connection id. action**: Can be 'Accepted' or 'Failed' username**: The username ...
Submitted by
Xerath Ahbrosha
-
8 years ago
0
Australian Street Parser
PCRE (PHP <7.3)
This will parse the street part of an Australian address and separate it's parts. It will handle addresses with a level, the word 'unit' or 'suite' unit number street number and the type of street (eg Ave, Dr, etc) Based on https://regex101.com/r/vO5fY7/5
Submitted by
Ian Heggaton pixelated.com.au
-
8 years ago
0
ASA Log Source
ECMAScript (JavaScript)
the source log of asa cisco firewall is not RFC formatted this regex (java) match all globaly
Submitted by
Christian Marangoni
-
8 years ago
0
Carte bancaire
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
My First regular expression
Python
##My First regular expression
Submitted by
Vasudev
-
8 years ago
0
<a href="some-link">
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
64
65
66
67
68
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
www
\.
|
(
http
|
https
|
ftp
|
news
|
file
)+
\:\/\/
)
[
_.a
-
z0
-
9-
]
+
\.
[
a
-
z0
-
9
\/
_:@=.+?,##%&~-
]
*
[^
.|
\'
|
\#
|!|
\(
|?|,|
|>|<|;|
\)
]
)
/
g
Open regex in editor
Description
Validates everywhere.
Submitted by
anonymous
-
8 years ago