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,000 community submitted regex patterns...
0
Email address formats
PCRE2 (PHP >=7.3)
Validates a few unregular formats of email.
Submitted by
Oren Zur-Shavit
-
3 years ago
0
Regix xinj xof
PCRE2 (PHP >=7.3)
Bebebe
Submitted by
anonymous
-
3 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
-
3 years ago
0
Youtube Regex
PCRE2 (PHP >=7.3)
Regex for youtube pattern
Submitted by
Suraj Shah
-
3 years ago
0
model value
PCRE (PHP <7.3)
for Levi
Submitted by
anonymous
-
3 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
-
3 years ago
0
Find *.cue files and split FLAC files
PCRE2 (PHP >=7.3)
Find *.cue files and split FLAC files
Submitted by
anonymous
-
3 years ago
0
Don't allow two consecutive "."
PCRE2 (PHP >=7.3)
Don't allow two consecutive .
Submitted by
Pythack
-
3 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
-
3 years ago
0
regexSecretWord
ECMAScript (JavaScript)
regSW
Submitted by
anonymous
-
3 years ago
0
zte_alarmas_Externas
Python
:-)
Submitted by
anonymous
-
3 years ago
(Last modified 3 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
-
3 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
-
3 years ago
0
regex_prix_DAB_V2
Python
nlp
Submitted by
guif
-
3 years ago
0
regex_prix_DE
Python
nlp
Submitted by
guif
-
3 years ago
0
regex_prix_DE_V2
Python
nlp
Submitted by
guif
-
3 years ago
0
Separator Regex
PCRE2 (PHP >=7.3)
Separator regex
Submitted by
anonymous
-
3 years ago
0
Look ahead conditional
PCRE2 (PHP >=7.3)
/333 or /333/333
Submitted by
anonymous
-
3 years ago
0
Mayne Way Entertainment
PCRE (PHP <7.3)
Your WhatsApp Business code 811-007 You can also tap this link https://www.maynewayent.com
Submitted by
Lahyan Djeh
-
3 years ago
0
VBScript Sub Routine Signature Extract
ECMAScript (JavaScript)
Extract signature of the sub routine in Vbscript
Submitted by
Praveen Kumar Nandagiri
-
3 years ago
1
...
761
762
763
764
765
...
900
Community Library Entry
0
Regular Expression
Java 8
"
^
[
A
-
Za
-
z0
-
9а
-
яА
-
Я
\.
_-
]
+
@
(
[
A
-
Za
-
z0
-
9а
-
яА
-
Я
]
{1,2}
|
[
A
-
Za
-
z0
-
9а
-
яА
-
Я
]
(
(?!
(
\.\.
)
)
[
A
-
Za
-
z0
-
9а
-
яА
-
Я.-
]
)+
[
A
-
Za
-
z0
-
9а
-
яА
-
Я
]
)
\.
[
A
-
Za
-
zа
-
яА
-
Я
]
{2,}
$
"
Open regex in editor
Description
email with cyrillic
Submitted by
Mpchest
-
3 years ago