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)
direccion avenida
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 10:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
direccion plaza
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 10:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
texto hasta 6 palabras - solo letras
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 11:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
texto
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 12:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
function identifier with arguments
PCRE (PHP <7.3)
matches a function signature and extracts the function name and the contents of the parenthesis as match groups
Submitted by
anonymous
-
5 years ago
2019-02-20 09:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Converte codigo pdf
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 16:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Don't match numbers that have a letter preceding
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 21:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Don't match numbers that contain a letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 21:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
5 years ago
2019-02-07 22:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Parse codigo cidade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-07 23:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-08 12:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Inventory Upload Errors
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-08 16:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ursnif URIs
PCRE (PHP <7.3)
Matching on the Ursnif C2 URI structure.
Submitted by
Damian Torres
-
5 years ago
2019-02-08 16:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
decimal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-08 18:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Only alphanumeric characters allowed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-08 21:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hello, World!
Python
For SCT in DataCamp course
Submitted by
anonymous
-
5 years ago
2019-02-08 21:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
detect ประเทศ 1
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 10:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
detect ประเทศ 2
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 11:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-09 14:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find instagram display url
Python
no description available
Submitted by
anonymous
-
5 years ago
2019-02-11 08:50
1
...
724
725
726
727
728
729
730
...
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