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,460 community submitted regex patterns...
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Non vowel words
ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by
regexe
-
8 years ago
2015-12-29 19:32
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Multiple emails seperated with comma
ECMAScript (JavaScript)
Multiple emails seperated with comma allowed multiple dot ltds
Submitted by
Hassan Youssef
-
7 years ago
2016-04-22 14:20
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
-
7 years ago
2016-04-27 12:39
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Sql Injection detection
ECMAScript (JavaScript)
this regex detect any sql injections .
Submitted by
Saeed.Tabrizi@gamil.com
-
7 years ago
2016-08-12 01:11
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Markdown link rewriting
ECMAScript (JavaScript)
A regular expression which finds all instances of markdown links and helps with rewriting link paths.
Submitted by
Will Vaughn
-
7 years ago
2016-09-07 21:06
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Email
ECMAScript (JavaScript)
This is a bit simpler version that is still quite robust. It was taken from a Formik example.
Submitted by
codefinity
-
3 years ago
2021-03-20 22:30
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
among us references
ECMAScript (JavaScript)
it detects among us references among us aming us mongus amogus sus...
Submitted by
h
-
2 years ago
2021-05-03 17:10
(Last modified 2 years ago)
2021-05-07 18:00
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
discord invite link
ECMAScript (JavaScript)
detect discord invite links such as: discord.gg/link discord.com/invite/link .gg/link .com/invite/link...
Submitted by
padero
-
2 years ago
2021-05-15 01:47
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Viet Nam Phone Number
ECMAScript (JavaScript)
Viet Nam Phone Number Regex. This regex include: Cellphone number: Viettel, Vinaphone, Mobiphone, Vietnamobile, Iteltelecom, Reddi (055) Telephone number (such as: 024, 028,...) Start with Exactly 10 or 11 numbers
Submitted by
tuangt12
-
2 years ago
2021-09-22 16:50
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
C# Regex Extract/Match Nested HTML Elements/Tags
.NET (C#)
With this C# regex, you can easily match/Parse Nested HTML tags. Example input: someTitle ...
Submitted by
w4po
-
2 years ago
2022-03-03 19:13
(Last modified 2 months ago)
2023-08-01 07:26
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Match any layer bracket pair (.NET)
.NET (C#)
Match any layer bracket pair
Submitted by
Yakumo Yukari
-
2 years ago
2022-03-10 03:13
3
3 upvotes, 0 downvotes (score 43.8%) (You must be signed in to vote)
Caltrans EA validation with optional XX-XXXXXX entry and C##-#????#
.NET (C#)
Checks validity of an EA number first two digits 01-12 followed by hyphen then a number from 0-4 and then 4 numbers or uppercase letters and ending in a 1 or 4 for example "05-1J7601". Adding a capital C to the beginning is also accepted "C05-1J7601", along with the entry of 2 X's hyphen and 6 X's ...
Submitted by
RDJ@Ct
-
6 months ago
2023-04-07 19:11
(Last modified 6 months ago)
2023-04-07 19:51
7
19 upvotes, 12 downvotes (score 43.8%) (You must be signed in to vote)
simple common lisp tokenizer
ECMAScript (JavaScript)
main symbols and comments are supported
Submitted by
d4rw1n1s7@gmail.com
-
9 years ago
2015-03-10 16:24
6
12 upvotes, 6 downvotes (score 43.7%) (You must be signed in to vote)
Email with + symbol
ECMAScript (JavaScript)
email that accepts the plus (+) symbol
Submitted by
luckcheese
-
8 years ago
2015-09-14 18:06
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
Hibernate SQL Reductor
ECMAScript (JavaScript)
If you want to understand an SQL statement for Hibernate: this replaces the selected fields in an SQL statement generated by Hibernate by a shorthand, since you usually just care about the logic. E.g. it changes select foo0_.bla as bla1_3, foo0_.bar as bar1_3, foo0_.baz1_3 as baz1_3 from ... to sele...
Submitted by
Hans-Peter Stoerr www.stoerr.net
-
9 years ago
2015-03-19 16:11
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
match brackets outside quotes
ECMAScript (JavaScript)
no description available
Submitted by
Jerry
-
8 years ago
2015-06-29 08:29
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
youtube url match
ECMAScript (JavaScript)
extract video id, index, play list id from youtube URL
Submitted by
anonymous
-
8 years ago
2015-08-19 03:03
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
Find Lat/Long Coordinate pair regex
ECMAScript (JavaScript)
no description available
Submitted by
Mike
-
8 years ago
2015-08-25 21:13
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
Currency Formater Accept , & .
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2015-10-05 19:59
4
5 upvotes, 1 downvotes (score 43.6%) (You must be signed in to vote)
BEST simple mail regex validator
ECMAScript (JavaScript)
VALIDATE ALL WOLRD MAIL RULES Very simple expression Less than 140 caracters. Validate on SonarQube typescript, javascript, angular rules ...
Submitted by
Ayslan Johnson (ayslanjohnson@gmail.com)
-
5 years ago
2018-05-04 12:38
1
2
3
4
5
6
7
...
173
MMM DDD YYYY
-1
0 upvotes, 1 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
^
(
JAN
|
FEB
|
MAR
|
APR
|
MAY
|
JUN
|
JUL
|
AUG
|
SEP
|
OCT
|
NOV
|
DEC
)
(
MON
|
TUE
|
WED
|
THU
|
FRI
|
SAT
|
SUN
)
(
19
|
20
)
\d\d
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 months ago
2023-02-06 12:42