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 4,320 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password Validator (8 Characters Max)
PCRE2 (PHP >=7.3)
8 characters long Must include capital letters Must include small letters Must include numbers Must include special characters NOTE: Can also use [[:punct:]] for special characters but it may not be supported by your regex engine.
Submitted by
anonymous
-
3 years ago
2021-06-03 20:43
(Last modified 3 years ago)
2021-06-03 20:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mayne Way Entertainment
PCRE2 (PHP >=7.3)
Hi Everyone, I am Lahyan Djeh Mayne Way Entertainment Founder&CEO http://fbuy.me/v/lahyandjeh# www.maynewayent.com maynewayent.com/https://wa.me/c/254725444492
Submitted by
Lahyan Djeh
-
3 years ago
2021-06-04 18:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex Extrato
PCRE2 (PHP >=7.3)
Identificação do header do extrato, validando os códigos de banco FEBRABAN + Data + Agencia e Conta
Submitted by
Geraldo
-
3 years ago
2021-06-04 21:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
JS Parse rgb or rgba CSS string
PCRE2 (PHP >=7.3)
This will parse and give you the values of an RGB or RGBA CSS style.
Submitted by
Beau Beauchamp, WebTIGERS
-
3 years ago
2021-06-05 11:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex to match words or phrases in string but NOT match if part of a URL or inside <a> </a> tags
Python
Stack: https://stackoverflow.com/a/6009552/13023113
Submitted by
anonymous
-
3 years ago
2021-06-05 12:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
aaa
PCRE2 (PHP >=7.3)
aaa
Submitted by
anonymous
-
3 years ago
2021-06-08 08:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Validar email
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
2 years ago
2021-06-10 20:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Comentarios en Basic
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
2 years ago
2021-06-10 21:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid URL
Python
Estructura mínima para una URL
Submitted by
anonymous
-
2 years ago
2021-06-10 23:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get the username from LinkedIn-URL
PCRE2 (PHP >=7.3)
Get only the profile name from international or german LinkedIn-URL
Submitted by
LEIK Software
-
2 years ago
2021-06-11 09:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email
PCRE2 (PHP >=7.3)
........
Submitted by
ramses
-
2 years ago
2021-06-11 18:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Simple citation field extraction
Python
Python regex to extract fields from citation
Submitted by
ballull07
-
2 years ago
2021-06-13 10:46
(Last modified 2 years ago)
2021-06-13 10:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
parse/replace closed tag
PCRE2 (PHP >=7.3)
parse and replace a {tag}..{/tag} or {tag}
Submitted by
fl0
-
2 years ago
2021-06-14 10:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pictures or photographs match
Python
Regular expression to match pictures or photographs in the machine
Submitted by
Moses Otieno
-
2 years ago
2021-06-14 12:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_restauration
Python
regex
Submitted by
guif
-
2 years ago
2021-06-14 15:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex_restauratio_Vé
Python
regex
Submitted by
guif
-
2 years ago
2021-06-14 15:36
(Last modified 2 years ago)
2021-06-16 13:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Linha em PDF de lista de vacinação
Python
https://coronavirus.fortaleza.ce.gov.br/listaVacinacao.html
Submitted by
anonymous
-
2 years ago
2021-06-15 22:39
(Last modified 2 years ago)
2022-03-22 00:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Campeonato Brasileiro Serie A - Transmissões Oficiais dos Times - MINUTOS DENTRO DE CADA TEMPO
Python
Essa expressão regular captura os minutos (45' / 38min , etc..) em tweets dos times da série A durante as transmissões dos jogos do campeonato brasileiro da série A. O padrão inclui uma enorme variedade de grafias diferentes (incluindo o emoticon do cronômetro), sendo o objetivo conseguir retornar ...
Submitted by
Leonardo Paris
-
2 years ago
2021-06-16 02:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HTML Table Parse
PCRE2 (PHP >=7.3)
The pulls in and groups all HTML tables.
Submitted by
PrimeTime416
-
2 years ago
2021-06-16 02:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Campeonato Brasileiro Serie A - Transmissões Oficiais dos Times - TEMPOS DO JOGO
PCRE2 (PHP >=7.3)
Essa expressão regular captura os minutos (45' / 38min , etc..) em tweets dos times da série A durante as transmissões dos jogos do campeonato brasileiro da série A. O padrão inclui uma enorme variedade de grafias diferentes (incluindo o emoticon do cronômetro), sendo o objetivo conseguir retornar ...
Submitted by
Leonardo Paris
-
2 years ago
2021-06-16 02:49
1
...
88
89
90
91
92
93
94
...
216
MR Title validation
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
^
SW
(
TS
|
L
|
M
)
-
(
\d
+
)
(
[
:,
]
)
(
[
wW
]
[
iI
]
[
pP
]
)?
(?(4)
[
\w
]
{3,}
|
(?!
(
[
wW
]
[
iI
]
[
pP
]
)
)
[
\w
]
{3,}
)
.
*
$
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
alkov
-
2 years ago
2021-08-25 13:46