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 5,660 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Filename.extention
ECMAScript (JavaScript)
One match
Submitted by
https://stackoverflow.com/questions/4549654/get-filename-from-url-using-regular-expressions-or-javascript
-
5 years ago
2018-07-14 20:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Dynamic Search Extra param
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-07-16 11:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone Number check format
ECMAScript (JavaScript)
Allows optional variation in spaces and dashes and brackets as well as international numbers
Submitted by
anonymous
-
5 years ago
2018-07-17 15:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FI-Email
ECMAScript (JavaScript)
Fleet Insight Email RegEx
Submitted by
anonymous
-
5 years ago
2018-07-17 19:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FI-Email2-final
ECMAScript (JavaScript)
Fleet Insight Email RegEx with dashes not allowed in domain relaxed teh 4 char limit on TLD
Submitted by
anonymous
-
5 years ago
2018-08-01 20:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CentraSite - match uddi keys
ECMAScript (JavaScript)
Matching CentraSite registry keys (uddi) Matches output with prefix (uddi:) Matches output without prefix does not match to service names and descriptions
Submitted by
d.fernandes
-
5 years ago
2018-07-19 11:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CentraSite servicenames and descriptions matching
ECMAScript (JavaScript)
work in progress.
Submitted by
d.fernandes
-
5 years ago
2018-07-19 12:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hugo Get Tables
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-07-20 15:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all JIRA H2 from Inline MD
ECMAScript (JavaScript)
Find all JIRA H2 from an Inline MD. In MD all # are considered H1 in JIRA Syntax In MD all ## are considered H2 in JIRA Syntax In MD all ### are considered H3 in JIRA Syntax In MD all #### are considered H4 in JIRA Syntax...
Submitted by
Joaquin Briceno
-
5 years ago
2018-07-25 12:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Create Connection
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-07-25 19:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Create Connection w Tests
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-07-25 19:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mobile No Starts from number 20 or 0 digits and end with 12 digits number
ECMAScript (JavaScript)
Mobile No Starts from number 20 or 0 digits and end with 12 digits number
Submitted by
Venkata Sandeep
-
5 years ago
2018-07-27 05:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture upperCase
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-07-29 15:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex-puppet-v1
ECMAScript (JavaScript)
no description available
Submitted by
Wendy
-
5 years ago
2018-07-29 18:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
match expression
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-07-30 17:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
before and after
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-07-31 02:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Column Select Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-07-31 13:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
string-format-1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2018-08-01 22:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Debts (Hanzo)
Python
Add debts to Hanzo
Submitted by
anonymous
-
5 years ago
2018-08-02 00:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
random1
Python
no description available
Submitted by
anonymous
-
5 years ago
2018-08-02 04:03
1
...
224
225
226
227
228
229
230
...
283
Dutch street address regex
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
^
(
\d
{4}
[
A
-
Z
]
{2}
)
(
[
\w
\.\'\/\-
]
+
)
(
\w
?
[
0
-
9
]
+
[
a
-
zA
-
Z0
-
9
\-
]
*
)
"
igm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-11-01 11:43