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 17,420 community submitted regex patterns...
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
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Capture any number up to decimal and two digits after decimal if they exist
PCRE (PHP <7.3)
Wrote without research on existing solutions, so test before using in production.
Submitted by
anonymous
-
5 years ago
2019-01-18 21:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My-DesiredEmailFormatValidation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-18 21:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Url match
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-19 19:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
To select lines that do not start with a substring.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 07:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
phones_celleb
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 11:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test_epoc
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 11:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
socket_parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 11:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
comment finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-20 23:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TODO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-21 21:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TODO Js
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-21 21:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My lib
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 19:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
My oleshki img
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-01-22 21:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Iran plate number for 6 case
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-23 12:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Números Processos ESAJ
PCRE (PHP <7.3)
Identificar formato do número do processo.
Submitted by
anonymous
-
5 years ago
2019-01-23 13:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for US Zip Code like 12345 or 12345-6789 or 123456789 and Starting 3 characters MUST NOT 0.
PCRE (PHP <7.3)
This Regex is for US Zip Code like 5 digits (12345), or like 9 digits with no spaces (123456789), or like 10 digits with a hyphen if it has the 9 numbers (12345-6789) and also Starting 3 continuous characters MUST NOT zeros(0).
Submitted by
anonymous
-
5 years ago
2019-01-23 16:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Danish date
ECMAScript (JavaScript)
Find Danish date
Submitted by
anonymous
-
5 years ago
2019-01-24 08:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SSI Helper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-24 01:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
phone number pattern from 10 to 14
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-24 07:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Don Hang
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-01-24 07:38
1
...
720
721
722
723
724
725
726
...
871
Address Match
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
Regular Expression
Python
r"
(?P<Address>
(?:
\d
+
\s
+
.
+
\s
+
(?:
st
|
street
|
ave
|
avenue
|
dr
|
drive
|
way
|
lane
)
\.
?
)
)
"
gi
Open regex in editor
Description
Loading markdown...
Submitted by
Awk
-
8 years ago
2015-11-16 15:43