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,380 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
get Alls methods , prototype, functions, etc.
ECMAScript (JavaScript)
((((\b(#|\w)+\b\.)?(\bprototype\b\.)?(\b(#|\w)+\b)(\s\=\s)?)?(\b(#|\w)+\b\s)\([\s\w,=]\s\))|(\bclass\b\s+\b\w+\b\s(extends\s\b\w+\b))(?=\s\{[\s\S]+\}))(?=\s*\{[\s\S]+\})
Submitted by
al.gau34
-
10 months ago
2023-01-28 09:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Storyblok Img2
ECMAScript (JavaScript)
Parse img2.storyblok.com URLs
Submitted by
anonymous
-
10 months ago
2023-01-28 09:36
(Last modified 10 months ago)
2023-01-29 09:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
not working in browser
ECMAScript (JavaScript)
This regex works on regex101.com, but fails inside browser's console.
Submitted by
anonymous
-
10 months ago
2023-01-28 09:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Shashi test
ECMAScript (JavaScript)
Shashi
Submitted by
anonymous
-
10 months ago
2023-01-28 04:28
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regex to Ignore Emoji/Emoticons
ECMAScript (JavaScript)
Regex to Ignore Emoji/Emoticons and allows every character
Submitted by
vishalx06
-
10 months ago
2023-01-27 10:16
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Simple CSS selectors
ECMAScript (JavaScript)
Matches all types of CSS selectors
Submitted by
anonymous
-
10 months ago
2023-01-27 08:55
(Last modified 10 months ago)
2023-01-27 10:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Extract domain and URI from an URL (no auth support)
ECMAScript (JavaScript)
This regex is used to extract a domain name (including subdomains) and the full URI from a URL. will not match when credentials are provided in the url.
Submitted by
anonymous
-
10 months ago
2023-01-26 12:42
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
US phone, any standard format
ECMAScript (JavaScript)
Matches any standard, 10-digit US phone number formats
Submitted by
Atkin
-
10 months ago
2023-01-25 23:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Custom HTML/JavaScript email input validation
ECMAScript (JavaScript)
Only meant as an initial client-side filter to override the default input[type=email] validation done according to spec, which is much too simple. Inputs passing this regex MUST get validated in a more fine-grained manner again when received on the server-side
Submitted by
Neel Yadav
-
10 months ago
2023-01-25 20:09
(Last modified 10 months ago)
2023-01-25 21:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
property and value capture
ECMAScript (JavaScript)
capture property and value which have color attribute in it
Submitted by
Keshav
-
10 months ago
2023-01-24 16:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US|CA dollar
ECMAScript (JavaScript)
US|CA dollar regexp
Submitted by
cagatayucar
-
a year ago
2023-01-20 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Percentage only
ECMAScript (JavaScript)
Percentage only
Submitted by
cagatayucar
-
a year ago
2023-01-20 17:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tel
ECMAScript (JavaScript)
Válida números de telefone
Submitted by
Mateus
-
a year ago
2023-01-19 22:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
[NOT WORKING] css/scss filenames but not css-modules (*.module.<extension>)
ECMAScript (JavaScript)
Get file paths .css or .scss but not .module.css or .module.scss
Submitted by
krutoo
-
a year ago
2023-01-19 06:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mail address validation
ECMAScript (JavaScript)
Validates mail addresses
Submitted by
Sjoerd de Vries
-
a year ago
2023-01-16 13:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password validation
ECMAScript (JavaScript)
Regex used for password validation. A password match the following: At least 8 characters in length Minimum of 1 lower-case character Minimum of 1 upper-case character Minimum of 1 digit Minimum of 1 special character (non-whitespace)
Submitted by
Sjoerd de Vries
-
a year ago
2023-01-16 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
placeables
ECMAScript (JavaScript)
placeables
Submitted by
anonymous
-
a year ago
2023-01-16 04:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
(\d+(\.\d)?\,\d+(\.\d)?\|){0,2}(\d+(\.\d)?,\d+(\.\d)?)
ECMAScript (JavaScript)
(\d+(\.\d)?\,\d+(\.\d)?\|){0,2}(\d+(\.\d)?,\d+(\.\d)?)
Submitted by
anonymous
-
a year ago
2023-01-16 00:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VidID: YouTube
ECMAScript (JavaScript)
ID of YouTube video with provider flag
Submitted by
tomByrer
-
a year ago
2023-01-14 03:40
(Last modified a year ago)
2023-01-14 13:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pass/Fail
ECMAScript (JavaScript)
gaming pass fail shortcut
Submitted by
Steve Muchow
-
a year ago
2023-01-10 04:02
(Last modified 10 months ago)
2023-02-18 03:30
1
...
6
7
8
9
10
11
12
...
169
recipes
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Golang
`
^
/
(
el
|
en
)
/categories/
(
.
*
)
/
(
.
*
)
$
`
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
6 years ago
2018-01-22 14:34