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,600 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
right string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-03-26 13:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
시욱이 - IMG 숫자 . webp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-03 03:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
修复URL尾斜杠
ECMAScript (JavaScript)
兼容ios
Submitted by
anonymous
-
4 years ago
2020-04-09 08:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RFC 5322
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-09 14:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
more characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-12 18:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
English decimal degrees
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-14 21:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get da_cookies
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-14 21:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
thousand separator
ECMAScript (JavaScript)
ezres tagolás
Submitted by
anonymous
-
4 years ago
2020-04-16 10:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Anything But a Newline
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 21:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Anything But a Newline
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-18 21:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Retailer Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-21 19:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
StringLiteral
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 17:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-25 20:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JSDB Connection String
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-27 22:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Choose column names from SQL string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-04-29 08:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-05 14:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Wii archive.org
ECMAScript (JavaScript)
Extract information from anchor text
Submitted by
anonymous
-
4 years ago
2020-05-03 21:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password
ECMAScript (JavaScript)
min / maj / special / digit / minChar=6
Submitted by
anonymous
-
4 years ago
2020-05-05 13:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Subnet Validator
ECMAScript (JavaScript)
Validates the subnet. Not the subnet mask. It is only for 2 or 3 octets
Submitted by
anonymous
-
4 years ago
2020-05-06 16:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SubnetMask Validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-05-06 16:03
1
...
213
214
215
216
217
218
219
...
280
case insensitive uuidV4
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(
(
[
a
-
fA
-
F0
-
9
]
{8}
)
-
(
[
a
-
fA
-
F0
-
9
]
{4}
)
-
(
[
a
-
fA
-
F0
-
9
]
{4}
)
-
(
[
a
-
fA
-
F0
-
9
]
{4}
)
-
(
[
a
-
fA
-
F0
-
9
]
{12}
)
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
ywk
-
2 years ago
2022-05-06 08:00