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,760 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ionic-cli doctor viewport-fix
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-04 22:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Professors parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-04 22:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number regex - area code
ECMAScript (JavaScript)
Capture 3 digit area code from phone number. Only capture valid NANP area code values. Ignore special characters and spaces.
Submitted by
anonymous
-
5 years ago
2019-01-08 02:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number regex - phone number
ECMAScript (JavaScript)
Capture 10 digit numbers from input with text. Ignore special characters and spaces.
Submitted by
anonymous
-
5 years ago
2019-01-08 02:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
List of build packages
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-08 19:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
List of builds
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-08 19:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Multiline comment removal for JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-09 08:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Single line comment removal for JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-09 08:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validation Password Alphanumeric with special character (optional)
ECMAScript (JavaScript)
Make validation password must alphanumeric but can add special character
Submitted by
anonymous
-
5 years ago
2019-01-09 09:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match html data (data-*) attributes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-09 14:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cari semua nomor yang kode areanya 021 atau 031
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-10 03:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cari semua nomor yang dua angka terakhirnya 77 & kode areanya 031 atau 0341
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-10 03:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TX7470 and RX1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-10 15:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
vendor modernization
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-14 01:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replace CSV delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-14 02:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TX7470 and RX1
ECMAScript (JavaScript)
Working Regex
Submitted by
anonymous
-
5 years ago
2019-01-14 13:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date Format
ECMAScript (JavaScript)
This will check for a date using the format xx-xx-yyyy. The reason the first two groupings are labeled with 'xx' is because we can't be sure which is the month or the date as it will look for both formats and match true. This can also be used in conjunction with ?, ?, and ? to better search for spec...
Submitted by
anonymous
-
5 years ago
2019-01-17 08:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Address Parser
ECMAScript (JavaScript)
This is used to parse Address text. TEST DATA: 39 w. 38th Street, 10th Floor, NY, NY 10018 39 w. 38th Street, NY, NY 10018
Submitted by
anonymous
-
5 years ago
2019-01-18 18:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Inchcape Browse Build Buy IIS URL Rewrite
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 01:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for mentions @username like twitter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 18:32
1
...
138
139
140
141
142
143
144
...
188
WGS84 Validation
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
-
?
\d
+
\.
*
\d
*
;
\s
*
-
?
\d
+
\.
*
\d
*
/
gi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2016-02-22 21:10