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,560 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
From the end till the first delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-10-31 12:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Markdown code block
ECMAScript (JavaScript)
^({3}.\n\r?^{3})
Submitted by
anonymous
-
3 years ago
2020-11-01 20:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capital Social-
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-02 13:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
matching for expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-04 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url
ECMAScript (JavaScript)
Url minus Protocol
Submitted by
Website
-
3 years ago
2020-11-06 03:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match string not containing a string
ECMAScript (JavaScript)
Match every string that does not contain "user/m"
Submitted by
anonymous
-
3 years ago
2020-11-11 23:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match any django block tag that is not a common one
ECMAScript (JavaScript)
\s*(?!(blocktrans|load|extends|trans|endblocktrans|if|endif|include|endblock|block)\b)
Submitted by
anonymous
-
3 years ago
2020-11-12 14:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
From error to end of line
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-12 23:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ES6 to ESM part 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-15 15:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ES6 to ESM part 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-15 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Drupal cid from URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-16 18:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Первая строка
ECMAScript (JavaScript)
Выделение первой строки комментария MODBUS таблицы
Submitted by
anonymous
-
3 years ago
2020-11-17 08:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match the {{arg}} symbol in HTML string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-19 06:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UNAL validation mail
ECMAScript (JavaScript)
Validación de correo UNAL Validación del correo de la universidad Nacional mediante el uso de expresiones regulares.
Submitted by
anonymous
-
3 years ago
2020-11-18 16:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
3 years ago
2020-11-19 14:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date and Time 1 [0-9]{1,2}:[0-9][0-9]\s*[aApP]\.*[mM]\.* 07:30 a.m.
ECMAScript (JavaScript)
[0-9]{1,2}:0-9\s[aApP]\.[mM]\.*
Submitted by
anonymous
-
3 years ago
2020-11-19 16:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date 1 (Mapei)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-19 16:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ecm uri
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-20 08:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sentence1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
3 years ago
2020-11-20 09:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
bigcook12345.eth/Slug
ECMAScript (JavaScript)
Library
Submitted by
anonymous
-
3 years ago
2020-11-23 03:23
1
...
81
82
83
84
85
86
87
...
178
match name and surname in a name.surname@domain.com email.
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Java 8
"
[^
\W\d
_
]
+
(?=
.
*
@
)
"
g
Open regex in editor
Description
Loading markdown...
Submitted by
WojciechW
-
7 months ago
2023-02-22 14:20