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 12,600 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
5 Days Regex - First (Day, Date, Min/Max Temperature)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 12:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
5 Days Regex - Second (Windspeed, chance of raining, quantity of rain, chance of storm, cloudiness)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 12:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Weekend Regex -- FINAL -- ALL properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 12:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Python Call Graph
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-05 14:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
cores
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-06 00:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gleason
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-06 00:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract usernames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-06-10 15:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
@COQUE.LU
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 10:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Convert decorator to HOC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 10:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
@OPAL02
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 12:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BP2L (creation)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 12:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
OPAL (keepparam)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 12:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CEPAL (keepparam)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 12:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
INTENT (creation2)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 14:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 15:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
change SVG tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-07 16:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Replacement regex for bible citations in Examen de grado
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-08 01:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
activity diary schedule line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-08 13:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
enforce comma-delimited list of words
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-08 19:19
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
activity diary schedule line separated in to groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
2019-06-08 19:23
1
...
531
532
533
534
535
536
537
...
630
Portugal / Portuguese License Plate (Matrícula - Placa)
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
VZ
]
{2}
|
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
VZ
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
|
[
A
-
IK
-
PR
-
WYZ
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
WYZ
]
{2}
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-09-18 10:34