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 3,780 community submitted regex patterns...
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
dd dd
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-29 21:55
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
^[a-zA-Z0-9\._-]+@[a-zA-Z0-9-]{2,}[.][a-zA-Z]{2,4}$
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-29 10:15
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Select the first word of each paragraph
ECMAScript (JavaScript)
If you need to select only the firs complete word for each paragraph.
Submitted by
fmathews28
-
8 years ago
2016-04-28 18:54
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
mewmew
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-28 12:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
GA WDi 14
ECMAScript (JavaScript)
Regular expression for General Assembly WDi 14
Submitted by
Fabio Camatti
-
8 years ago
2016-04-28 11:10
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
JavaScript RegEx for Version ID
ECMAScript (JavaScript)
This expression is used to attempt to ID version of code.
Submitted by
Henry Rieke
-
8 years ago
2016-04-27 16:14
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Query String
ECMAScript (JavaScript)
Cross-engine query string parsing including when stored in anchor tags. Not really tested, but basic functionality is there.
Submitted by
abernix
-
8 years ago
2016-04-27 15:11
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Find css lines with px sizing
ECMAScript (JavaScript)
Use to find css sizing that migh need conversion to vs or alike.
Submitted by
Bob
-
8 years ago
2016-04-27 12:39
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
test url parse #6
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-27 01:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
hacked-url-parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-27 01:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
TitleCase__elementWithCase--modifierMatcher
ECMAScript (JavaScript)
Match BEM type regex.
Submitted by
anonymous
-
8 years ago
2016-04-26 20:12
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
Phone Number
ECMAScript (JavaScript)
Allows a phone number in the following format: (123) 123-1234 The space is optional
Submitted by
Tom G.
-
8 years ago
2016-04-26 13:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
BDDF
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-26 12:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Ip address
ECMAScript (JavaScript)
xxx.xxx.xxx.xxx and xxx.xxx.xxx.xxx/xxx
Submitted by
nehatiwari
-
8 years ago
2016-04-26 04:55
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regex for rfc
ECMAScript (JavaScript)
validates the format for the rfc
Submitted by
anonymous
-
8 years ago
2016-04-25 19:01
6
8 upvotes, 2 downvotes (score 49%) (You must be signed in to vote)
Email
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-04-25 17:30
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email validation
ECMAScript (JavaScript)
complete one email validation regex
Submitted by
amine.hallili@gmail.com
-
8 years ago
2016-04-25 12:57
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
json schema url
ECMAScript (JavaScript)
regex valid for json schema with http,https,ftp,sftp protocol
Submitted by
KurayamiNoDaiTenshi
-
8 years ago
2016-04-25 09:04
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
разбор адресной строки
ECMAScript (JavaScript)
no description available
Submitted by
Stanislav
-
8 years ago
2016-04-25 06:02
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Regular expression for matching parenthesis, two words and comma
ECMAScript (JavaScript)
Regular expression for matching parenthesis, two words and comma
Submitted by
anonymous
-
8 years ago
2016-04-24 11:40
1
...
140
141
142
143
144
145
146
...
189
2001-9999
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
[
2
-
9
]
[
0
]
[
0
]
[
1
-
9
]
)
|
(
[
2
-
9
]
\d
[
1
-
9
]
\d
)
|
(
[
2
-
9
]
[
1
-
9
]
\d\d
)
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2016-04-19 08:51