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 11,880 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
URL Teardown
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-04 14:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AppDelivery URL Teardown v1
PCRE (PHP <7.3)
Tears down a publishing URL that conforms to the Midland/PNC Application Delivery Publishing URL specification.
Submitted by
anonymous
-
4 years ago
2019-09-04 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US Phone Number
PCRE (PHP <7.3)
Enhanced US Phone Number to reduce false positives.
Submitted by
anonymous
-
4 years ago
2019-09-04 14:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Min
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-04 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
US Phone Number
PCRE (PHP <7.3)
Phone Number from the USA and similar countries using the a single-digit country code (optionally).
Submitted by
Timothy Stam
-
4 years ago
2019-09-04 18:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
transform regex
Golang
vault sync
Submitted by
anonymous
-
4 years ago
2019-09-04 20:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Token Key/Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-05 14:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Key/value using :
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-04 22:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Key/value using =
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-04 22:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Key / Value based off =&
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-04 22:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MM NRC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-05 03:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VIN Validator
PCRE (PHP <7.3)
Rules: MUST have 17 alphanumeric letters except I, O, and Q to avoid confusion Position 9 is the check digit 0-9 and X (10)
Submitted by
anonymous
-
4 years ago
2019-09-05 08:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sophos UTM
PCRE (PHP <7.3)
welsh blood
Submitted by
anonymous
-
4 years ago
2019-09-05 15:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1 A-Z, unlimited numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-05 17:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
1 A-Z, unlimited numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-05 17:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ad-Din Picker Solved Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-06 03:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Checkpoint firewall critical
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-06 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Terraform module extraction
PCRE (PHP <7.3)
This regex looks at our terraform build- pipeline jobs and extracts out the fields we need to perform analysis in splunk
Submitted by
anonymous
-
4 years ago
2019-09-06 15:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Terraform resource ID
PCRE (PHP <7.3)
Grabs the resource ID in terraform job logs
Submitted by
anonymous
-
4 years ago
2019-09-06 15:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
vin match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-09-06 20:19
1
...
526
527
528
529
530
531
532
...
594
web validation
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
(
https
?
)
:
\/\/
)?
(
www
.
)?
[
a
-
z0
-
9
]
+
\.
[
a
-
z
]
+
(
\.
[
a
-
zA
-
Z0
-
9#
]
+
\/
?
)?
[
\/
]
?
+
[
a
-
zA
-
Z0
-
9
]
*
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
2 years ago
2022-04-05 10:25