Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
0
HTML Table Parse
PCRE2 (PHP >=7.3)
The pulls in and groups all HTML tables.
Submitted by
PrimeTime416
-
4 years ago
0
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
-
4 years ago
0
Indian Pincode
PCRE2 (PHP >=7.3)
Indian area Pincode regex
Submitted by
Vipul Jha
-
4 years ago
0
fopen
ECMAScript (JavaScript)
asdf
Submitted by
anonymous
-
4 years ago
0
REGEX_SAUF_RESTAURATION_V1
Python
regex
Submitted by
guif
-
4 years ago
0
regex_restauration_V3
Python
regex
Submitted by
guif
-
4 years ago
0
KUN task name tempalte
PCRE2 (PHP >=7.3)
Quick template to name a KUN task
Submitted by
yimao
-
4 years ago
0
Email address formats
PCRE2 (PHP >=7.3)
Validates a few unregular formats of email.
Submitted by
Oren Zur-Shavit
-
4 years ago
0
Regix xinj xof
PCRE2 (PHP >=7.3)
Bebebe
Submitted by
anonymous
-
4 years ago
0
Network Path + File
PCRE2 (PHP >=7.3)
Checks if string is format like a network path and file (like //networkdrive/folder/folder/file.csv)
Submitted by
anonymous
-
4 years ago
0
Youtube Regex
PCRE2 (PHP >=7.3)
Regex for youtube pattern
Submitted by
Suraj Shah
-
4 years ago
0
model value
PCRE (PHP <7.3)
for Levi
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Instagram URL
PCRE (PHP <7.3)
For instagram URLs. Updated with latest Domain names
Submitted by
Suraj Shah
-
4 years ago
0
Find *.cue files and split FLAC files
PCRE2 (PHP >=7.3)
Find *.cue files and split FLAC files
Submitted by
anonymous
-
4 years ago
0
Don't allow two consecutive "."
PCRE2 (PHP >=7.3)
Don't allow two consecutive .
Submitted by
Pythack
-
4 years ago
0
How to find the nth occurrence of a pattern date
PCRE (PHP <7.3)
This is a very useful pattern to find Nth occurency of a data in this format dd/mm/yyyy but can be abstracted for other situations
Submitted by
Mauro99
-
4 years ago
0
regexSecretWord
ECMAScript (JavaScript)
regSW
Submitted by
anonymous
-
4 years ago
0
zte_alarmas_Externas
Python
:-)
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Lookup for a duplicated set of characters {2,} (Two or more)
ECMAScript (JavaScript)
Lookup if a set of two or more characters show up again in the string. For JavaScript ECMAScript
Submitted by
rdmoedas
-
4 years ago
0
Valid email address in Go
Golang
A regexp to validate an email address according to https://html.spec.whatwg.org/#valid-e-mail-address . Note that the backslash in the name part of the regexp on that site is there to escape the forward slash, which is not needed in Go. EDIT: This is newer than the version at https://regex101.com/l...
Submitted by
markus@maragu.dk
-
4 years ago
1
...
763
764
765
766
767
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
a
-
zA
-
Zà
-
ùÀ
-
Ù
]
+
)
(
\
)?
){0,7}
$
/
gm
Open regex in editor
Description
Aceita até 7 palavras, podendo conter acento, e com espaço entre elas
Submitted by
anonymous
-
4 years ago