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,700 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract cLasses ◂ outerHTML
ECMAScript (JavaScript)
An exhibit of Markdown This note demonstrates some of what Markdown is capable of doing. Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself. ...
Submitted by
anonymous
-
6 years ago
2017-05-15 05:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-23 19:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time Formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-23 19:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-23 19:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-10 20:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-10 11:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-23 19:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-23 19:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HSL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-24 10:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
js CC validation regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-26 10:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replacement about <ruby> in HTML
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-05-26 21:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Validation <addr>@<website>.<domain>
ECMAScript (JavaScript)
Basic validation for email. Not Fool-Proof.
Submitted by
Subinoy Roy
-
6 years ago
2017-05-31 03:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Javascript Regex
ECMAScript (JavaScript)
Portal Use
Submitted by
mumair
-
6 years ago
2017-06-01 07:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Next Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-10 20:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Chord Pattern
ECMAScript (JavaScript)
Pattern to match ukulele chords, wrapped in square brackets. Examples: [G] [Em] [Dsus2] [Bb] [Ab7sus4]
Submitted by
Kris Paulsen
-
6 years ago
2017-06-03 20:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validate param name
ECMAScript (JavaScript)
no description available
Submitted by
ABabin
-
6 years ago
2017-06-04 04:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DnD Number Roll
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-07 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DnD Get Shortcodes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
2017-06-07 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
.js matcher
ECMAScript (JavaScript)
matches js files like app.js or jquery.min.js
Submitted by
anonymous
-
6 years ago
2017-06-10 00:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check name thai
ECMAScript (JavaScript)
check name thai
Submitted by
leenawat
-
6 years ago
2017-06-10 08:16
1
...
169
170
171
172
173
174
175
...
285
user name between 2 and 30 character
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
[
a
-
zA
-
Z
]
(
[
a
-
zA
-
Z0
-
9
]
{0,28}
|
[
a
-
zA
-
Z0
-
9
]
{0,26}
[
_.
]
?
[
a
-
zA
-
Z0
-
9
]
{0,26}
|
[
a
-
zA
-
Z0
-
9
]
{0,27}
[
_.
]
?
|
[
_.
]
?
[
a
-
zA
-
Z0
-
9
]
{0,27}
)
[
a
-
zA
-
Z0
-
9
]
$
/
mg
Open regex in editor
Description
Loading markdown...
Submitted by
aicone.id
-
a year ago
2022-05-09 11:06
(Last modified 2 months ago)
2023-07-21 10:24