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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,300 community submitted regex patterns...
1
Dices
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
IP Address Capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
URL Matcher
PCRE (PHP <7.3)
Refernce : http://code.tutsplus.com/tutorials/8-regular-expressions-you-should-know--net-6149
Submitted by
Mehdi.Shokohi
-
8 years ago
1
link url match
PCRE (PHP <7.3)
matches url
Submitted by
bgrgndz
-
8 years ago
0
http://filehippo.com/download_adobe_air/history
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
First Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
CSF Firewall SRC
PCRE (PHP <7.3)
Gets the SRC IP address from the CSF Firewall logs
Submitted by
anonymous
-
8 years ago
1
Firewall CSF
PCRE (PHP <7.3)
Gets the SRC from the CSF Log files
Submitted by
anonymous
-
8 years ago
1
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
then:error: blocks with self reference
PCRE (PHP <7.3)
no description available
Submitted by
Anthony D
-
8 years ago
1
OdiScenarioFolder filter on smartexport xml
PCRE (PHP <7.3)
OdiScenarioFolder filter on smartexport xml
Submitted by
Angelo
-
8 years ago
1
foobar
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Location Hours String
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
static files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Belkin
PCRE (PHP <7.3)
no description available
Submitted by
Tejal
-
8 years ago
1
Fields separated by two or more spaces
PCRE (PHP <7.3)
no description available
Submitted by
John Oxley
-
8 years ago
1
number float/decimal
PCRE (PHP <7.3)
[0-9-.E]+.
Submitted by
harel
-
8 years ago
1
FindAllMatches
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Règle REMP 13
PCRE (PHP <7.3)
Remplacement de coût, goût, tache...
Submitted by
DBR
-
8 years ago
1
...
464
465
466
467
468
...
615
Detect path win/linux
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
a
-
z
]
:
)?
(?:
[
\\\/
]
[
a
-
z0
-
9_.
-
]
*
)+
$
/
gmi
Open regex in editor
Description
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)