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,040 community submitted regex patterns...
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
syslog regex
Python
Takes a syslog with the basic pattern: date-&-time server process: message
Submitted by
rcuza
-
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
0
NSE_ET_LosersList
PCRE (PHP <7.3)
Extract Losers list from ET LOSERS selector
Submitted by
anonymous
-
4 years ago
0
replace go-get request and send to other script
PCRE2 (PHP >=7.3)
how to implement this in htaccess???
Submitted by
anonymous
-
4 years ago
0
ISO8601-utc-time
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
ISO8601-duration
Golang
no description available
Submitted by
johndunne
-
4 years ago
0
Name DVC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Quicker_选项_图标风格
PCRE (PHP <7.3)
匹配 Quicker 中图标的几种风格 , (一些 fontawesome 的图标)
Submitted by
anonymous
-
4 years ago
1
Get text between certain characters from a huge HTML
PCRE (PHP <7.3)
Get text between certain characters from a huge HTML
Submitted by
Kaushal Gajjar
-
4 years ago
0
Cell expression 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
LTWS-Komm-2-0
PCRE2 (PHP >=7.3)
Test
Submitted by
LTWS
-
4 years ago
0
Git Branch Model (Jira)
PCRE2 (PHP >=7.3)
no description available
Submitted by
Juicybox
-
4 years ago
0
OBJ file face vertex and normals
PCRE2 (PHP >=7.3)
vn (-?[0-9. ]+){3}|v (-?[0-9. ]+){3}|f ([0-9. \/]+){3}
Submitted by
anonymous
-
4 years ago
0
searchingLight
ECMAScript (JavaScript)
/%A-Z+%*\|[0-9]+\|[0-9]+(\.[0-9])?\$/g
Submitted by
dp
-
4 years ago
0
FileName
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
242
243
244
245
246
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
url
\\
?
":
\\
?
"
)
(?!
http
|
https
)
(
.
*
?
)
"
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago