Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
take the public id from image cloudinary
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Embedly Providers
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Emoji escaper
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
HeatingManager - Identify Hours
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Twitter search scraper
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Danish date
Find Danish date
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Don Hang
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
TODO Js
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
My-DesiredEmailFormatValidation
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Address Parser
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
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Regex for mentions @username like twitter
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Inchcape Browse Build Buy IIS URL Rewrite
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Date Format
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
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
TX7470 and RX1
Working Regex
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Replace CSV delimiter
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
vendor modernization
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
TX7470 and RX1
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Cari semua nomor yang dua angka terakhirnya 77 & kode areanya 031 atau 0341
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Cari semua nomor yang kode areanya 021 atau 031
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Match html data (data-*) attributes
no description available
Submitted by
anonymous
-
4 years ago
1
...
177
178
179
180
181
182
183
...
275
Match decimal number (integer, floating-point, scientific)
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^\s
*
[
-+
]
?
(
\d
+
\.
?
\d
*
|
\d
*
\.
?
\d
+
)
(
[
eE
]
[
-+
]
?
\d
+
)?
\s
*
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 5 years ago