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...
1
Apache with " in referer
PCRE (PHP <7.3)
Apache combined log parser with/without escape " in the referer.
Submitted by
Dominique
-
9 years ago
1
PAN
PCRE (PHP <7.3)
findet strukturell die PAN
Submitted by
Detlef Folke
-
9 years ago
1
Password
PCRE (PHP <7.3)
Minimum 7 chars long Must have at least one char Must have at least one number Must have at least one special char i.e. @'#.$;%^&+=!""(),-/:?*
Submitted by
Piyush
-
9 years ago
1
CPE466 Lab 1 Word Delimiter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
CPE 466 Lab 1 Word Delimiter
PCRE (PHP <7.3)
no description available
Submitted by
jmcgover
-
9 years ago
1
Soft hyphen regex
PCRE (PHP <7.3)
Replaces any word breaked by a hyphen and a space with a soft-hyphen
Submitted by
StryKaizer
-
9 years ago
1
js console.log(wahtever) finder
ECMAScript (JavaScript)
should find any console.log(wahtever with or without - simple or double - quote
Submitted by
denis florkin
-
9 years ago
1
PO BOX
PCRE (PHP <7.3)
no description available
Submitted by
jmweekes
-
9 years ago
1
facebook regex video
PCRE (PHP <7.3)
videos and some example...
Submitted by
bomale
-
9 years ago
1
pathname comes to article
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
java
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
tipping point regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
TDJ setlist.vbs trackTitlePattern
PCRE (PHP <7.3)
Removes up to and including #n...n and including and beyond [ ' e.g. ...Baby One More Time #1 [0s]
Submitted by
Chris
-
9 years ago
1
Search for status and Version
PCRE (PHP <7.3)
no description available
Submitted by
James Hambly
-
9 years ago
1
Testing for receipt items
Python
no description available
Submitted by
anonymous
-
9 years ago
1
TimeSpan
ECMAScript (JavaScript)
Timespan validator for DDD:HH:MM which takes required minimum 1 minute
Submitted by
Abhiraj
-
9 years ago
1
Web page URL
PCRE (PHP <7.3)
Validates an URL of a web page
Submitted by
Heinrich Reimer
-
9 years ago
1
URL
PCRE (PHP <7.3)
get full URL address split by delimiter.
Submitted by
Asuka
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Integral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
631
632
633
634
635
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?P<slug>
[
a
-
zA
-
Z0
-
9-
]
+
)
\/
(?P<tom>
[
a
-
zA
-
Z0
-
9-
]
+
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago