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 3,080 community submitted regex patterns...
1
lazada product desktop
PCRE2 (PHP >=7.3)
lazada url product desktop
Submitted by
lavi
-
a year ago
1
lazada campaign
PCRE2 (PHP >=7.3)
regex lazada campaign url
Submitted by
lavi
-
a year ago
1
lazada share mobile url
PCRE2 (PHP >=7.3)
regex for lazada share link from mobile apps
Submitted by
lavi
-
a year ago
1
Authelia regex path rules
Golang
Testing Authelia subdomain / path rules. You can read more at the Authelia Docs By default, this regex101 page is shown a test for a generic API path domain: "some-sub.drpranavmishra.com" resources:...
Submitted by
Pranav Mishra
-
a year ago
(Last modified a year ago)
1
VIN europe
PCRE2 (PHP >=7.3)
Validate a VIN (vehicule identification number) for europe
Submitted by
anonymous
-
a year ago
1
NotEmpty
PCRE2 (PHP >=7.3)
https://stackoverflow.com/questions/7967075/regex-for-not-empty-and-not-whitespace
Submitted by
anonymous
-
a year ago
1
Unknown slash on email regex
PCRE2 (PHP >=7.3)
Yes
Submitted by
kentrino
-
a year ago
1
extract <*n or <n where n is a number
Golang
see https://stackoverflow.com/questions/76228402/regex-to-extract-n-where-n-is-digit
Submitted by
code_monk
-
a year ago
1
prod validation
PCRE2 (PHP >=7.3)
valid prod
Submitted by
CW
-
a year ago
(Last modified a year ago)
1
Discord GuildEmoji
PCRE2 (PHP >=7.3)
Matches a custom emoji from discord. Group 1: Optional, "a" means animated, a gif. Group 2: Emoji Name. Group 3: Emoji Id;
Submitted by
revelcw
-
a year ago
1
wip; 匹配malloc申请的内容和使用的不一致
PCRE2 (PHP >=7.3)
匹配malloc申请的内容和使用的不一致
Submitted by
zyf
-
a year ago
1
Home
Golang
Dj dus er geen je een je aan je enige eerst een he we er
Submitted by
Webmaster
-
a year ago
-1
Discord name with both old and new name support
PCRE2 (PHP >=7.3)
This discord regex supports both the new and the old version of discord names. Old: NAME#[0001-9999] Between 2 and 32 characters....
Submitted by
Fy17
-
a year ago
1
URL Cleaner
PCRE2 (PHP >=7.3)
It just cleans up urls.
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
1
Clean Date Finder
PCRE2 (PHP >=7.3)
Find dates of multiple formats in a clean way Searchable Formats: -Month day year -Month day, year -Mon day year...
Submitted by
anonymous
-
a year ago
1
3 letter word finder
PCRE2 (PHP >=7.3)
finds any 3 letter words in a text
Submitted by
anonymous
-
a year ago
0
ESET Data Framework domains OLD (DNS)
PCRE2 (PHP >=7.3)
Match (incl. old) ESET Data Framework domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago
(Last modified a year ago)
0
ESET Data Framework domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Data Framework domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago
(Last modified a year ago)
0
ESET Repository domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET Repository domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago
1
ESET PROTECT Cloud domains (DNS)
PCRE2 (PHP >=7.3)
Match ESET PROTECT Cloud domains for exclusion from DNS logs
Submitted by
kernelmustard
-
a year ago
1
...
17
18
19
20
21
...
154
Community Library Entry
-1
Regular Expression
Java 8
"
import
\s
+
[
'
\"
]
(?!
package:
)
(?<importPath>
.
*
?
)
[
'
\"
]
"
gmi
Open regex in editor
Description
find dart relative import path
Submitted by
sagarpanchal
-
a year ago