Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 5,500 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
words group not in order2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
words group not in order
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 14:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jdimg
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 06:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CHIP-8 Assembler
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-13 21:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
ECMAScript (JavaScript)
IP/MASK or IP/CIDR (accept 5.5.5.0/255.255.255.0 and 5.5.5.0/24)
Submitted by
anonymous
-
4 years ago
2019-08-13 12:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Chrome error.stack Parser
ECMAScript (JavaScript)
error.stack object parser. Captures symbol, url, line, column.
Submitted by
anonymous
-
4 years ago
2019-08-10 05:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
parse URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-09 03:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Acronym_Central
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-08 23:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Amazon_Abbreviations_and_Acronyms
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-08 21:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
For positive numbers and floats
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-08 09:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Latest Radon Change
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-07 17:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
LLR_get_invoice_details
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-06 04:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jelszó
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-03 14:51
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
CSS Hex Color
ECMAScript (JavaScript)
CSS Hex Color Regex for JS Supports alpha value (4 and 8 character hex codes) introduced in CSS Color Module Level 4 Well tested
Submitted by
anonymous
-
4 years ago
2019-08-02 22:13
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
CSS RGB Color
ECMAScript (JavaScript)
CSS RGB Color Regex for JS Supports RGB and RGBA syntax (identical in CSS Color Module Level 4) Well tested Allows for decimal values Currently does not support percentage values or CSS Color Module Level 4 white-space syntax
Submitted by
anonymous
-
4 years ago
2019-08-02 21:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VBA String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-02 05:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
pageTracker
ECMAScript (JavaScript)
获取登录的公司和法人名字。
Submitted by
anonymous
-
4 years ago
2019-07-30 16:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyll-preprocess
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-26 23:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyll-process3
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 22:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
jekyl-process2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-07-25 22:41
1
...
170
171
172
173
174
175
176
...
275
Regex AND
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
(?=
^
abc
)
(?=
.
*
xyz
$
)
(?=
.
*
123
)
.
*
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2018-10-17 14:15