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 3,080 community submitted regex patterns...
0
Email
PCRE2 (PHP >=7.3)
A valid Email
Submitted by
AiAbdrahim
-
4 years ago
0
Email
PCRE2 (PHP >=7.3)
no description available
Submitted by
AiAbdrahim
-
4 years ago
(Last modified 4 years ago)
0
URL
PCRE2 (PHP >=7.3)
This pattern can detect URLs.
Submitted by
anonymous
-
4 years ago
0
Escaped Character Finder
PCRE2 (PHP >=7.3)
Flavor: PCRE2 Finds escaped characters. No matter how many \ are present, it will always match either \\\. or \. (where . is the character).
Submitted by
Grayson Spidle
-
4 years ago
0
AOC 2020 day 18
PCRE2 (PHP >=7.3)
no description available
Submitted by
Alan Nevill
-
4 years ago
0
Sagitta - LTEPIC
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
docker ps -> firewall
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
MyRegEx
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
US/Canada Zip if at end of line
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fin de phrase sans espace
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
search input parsing for ccg database
PCRE2 (PHP >=7.3)
catches member no eg L 791a & separates mType and submember letter or catches name in last-name-first format or name plus a general search string lile 'and city is Bakersfield'
Submitted by
anonymous
-
4 years ago
0
calculator expressions
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
derinlik
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match id in the middle of a url
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
grades
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
res id and distance
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex3Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex2Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex1Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
142
143
144
145
146
...
154
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)