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,620 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
remove list-style-type:
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-11-29 07:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex to exclude accented character like è, à, ç... and white space
ECMAScript (JavaScript)
no description available
Submitted by
Tho Vo
-
7 years ago
2016-11-29 10:41
(Last modified 4 months ago)
2023-07-25 01:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DU yellowpages search REGEX pattern
ECMAScript (JavaScript)
no description available
Submitted by
Karim Omar
-
7 years ago
2016-11-29 18:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get number phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-01 09:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-01 15:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password Validator
ECMAScript (JavaScript)
Evaluates a string such that only letters, digits, and the special characters !, #, and $ are allowed. Length 8 - 64
Submitted by
atypicaldev
-
7 years ago
2016-12-02 06:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
3 or more single digit consecutive numbers
ECMAScript (JavaScript)
To check whether the given String contains 3 or more consecutive single digit numbers
Submitted by
Pradeep Patil
-
7 years ago
2016-12-02 12:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check base64 data
ECMAScript (JavaScript)
no description available
Submitted by
gullitmiranda
-
7 years ago
2016-12-05 22:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
USER-AGENT 00001403
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-06 13:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Accept Header
ECMAScript (JavaScript)
no description available
Submitted by
Nathaniel Blackburn
-
7 years ago
2016-12-10 23:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Escape Regex Meta Characters (v2)
ECMAScript (JavaScript)
This expression escapes characters, which have a special meaning in regex, like .?[]/ and so on. Use it to transform a string that you want to use literally in another regex. This is the second version, bug in replace string has been fixed.
Submitted by
Florian Andresen
-
7 years ago
2016-12-14 11:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
where's the wiki regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-14 20:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
simple url to web site match
ECMAScript (JavaScript)
simple url to web site match (es6)
Submitted by
anonymous
-
7 years ago
2016-12-15 10:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time conversion
ECMAScript (JavaScript)
Let's me extract time values from a conversation.
Submitted by
anonymous
-
7 years ago
2016-12-16 04:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Detect Instruction
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-17 23:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
hh:mm javascript regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-23 17:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPv4 validator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-27 08:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Credit Expri
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-29 02:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Command compressor
ECMAScript (JavaScript)
no description available
Submitted by
Chewey
-
7 years ago
2016-12-29 21:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
multi capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-12-30 00:26
1
...
165
166
167
168
169
170
171
...
281
aHex color
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
#
(?:
[
a
-
f0
-
9
]
{4}
){1,2}
\b
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
@hachesilva
-
6 years ago
2017-06-23 20:20