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
zte_alarmas_Externas
Python
:-)
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
regexSecretWord
ECMAScript (JavaScript)
regSW
Submitted by
anonymous
-
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
Don't allow two consecutive "."
PCRE2 (PHP >=7.3)
Don't allow two consecutive .
Submitted by
Pythack
-
3 years ago
1
Binary code regular expression
PCRE2 (PHP >=7.3)
Regular expression for binary code.
Submitted by
Pythack
-
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
Instagram URL
PCRE (PHP <7.3)
For instagram URLs. Updated with latest Domain names
Submitted by
Suraj Shah
-
3 years ago
1
Youtube channel link regular expression
PCRE2 (PHP >=7.3)
Regular expression for youtube channels links.
Submitted by
Pythack
-
3 years ago
1
Youtube video link regular expression
PCRE2 (PHP >=7.3)
This regular expression allows you to test strings to see if they are youtube video links.
Submitted by
Pythack
-
3 years ago
1
Password requirements checker
PCRE2 (PHP >=7.3)
This regular expression allows you to simply check if a password matches with your conditions. By default it will require: 1 {1} uppercase letter [A-Z] or more 1 {1} lowercase letter [a-z] or more 1 {1} number [0-9] or more 1 {1} special character [@#$%^!&+=.\-_*] or more...
Submitted by
Pythack
-
3 years ago
(Last modified 3 years ago)
0
model value
PCRE (PHP <7.3)
for Levi
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Youtube Regex
PCRE2 (PHP >=7.3)
Regex for youtube pattern
Submitted by
Suraj Shah
-
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
Regix xinj xof
PCRE2 (PHP >=7.3)
Bebebe
Submitted by
anonymous
-
3 years ago
0
Email address formats
PCRE2 (PHP >=7.3)
Validates a few unregular formats of email.
Submitted by
Oren Zur-Shavit
-
3 years ago
0
KUN task name tempalte
PCRE2 (PHP >=7.3)
Quick template to name a KUN task
Submitted by
yimao
-
3 years ago
0
regex_restauration_V3
Python
regex
Submitted by
guif
-
3 years ago
0
REGEX_SAUF_RESTAURATION_V1
Python
regex
Submitted by
guif
-
3 years ago
0
fopen
ECMAScript (JavaScript)
asdf
Submitted by
anonymous
-
3 years ago
0
Indian Pincode
PCRE2 (PHP >=7.3)
Indian area Pincode regex
Submitted by
Vipul Jha
-
3 years ago
1
...
212
213
214
215
216
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\(
)
(
.
*
)
(
type=
\'
date
\'
)
(
.
*
)
/
Open regex in editor
Description
It change type='date' to type='text' and add the class .datepicker before the opening '('
Submitted by
Eoifirst
-
8 years ago