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...
1
PIAS LS OUTPUT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
8 Digits Password
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Password Validation 8-32 chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Funktion Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
Date of Birth
PCRE (PHP <7.3)
with Leap Year support (dd/MM/yyyy)
Submitted by
gdZeus (uploaded by limker)
-
8 years ago
0
a
ECMAScript (JavaScript)
a
Submitted by
a
-
8 years ago
1
Telefone Brasil
PCRE (PHP <7.3)
Telefone com DDD entre parenteces ou sem com e sem traço ou sem DDD
Submitted by
Vinicius G
-
8 years ago
1
Match URLs
PCRE (PHP <7.3)
no description available
Submitted by
JOHN GRUBER
-
8 years ago
0
SearchForPhotoName
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Removes formatting chars from string
PCRE (PHP <7.3)
Removes formatting chars from string like \n, \r, \t and etc
Submitted by
binary_fm
-
8 years ago
0
Remove all special chars from string
PCRE (PHP <7.3)
Remove all special chars from string
Submitted by
binary_fm
-
8 years ago
0
Mega StatusBar
PCRE (PHP <7.3)
Migra TStatusBat para TMgStatusBar
Submitted by
Alair
-
8 years ago
1
SS3 message
PCRE (PHP <7.3)
no description available
Submitted by
Abishek
-
8 years ago
1
Search for Array-Variables in PHP.
PCRE (PHP <7.3)
no description available
Submitted by
Bert Bredewold
-
8 years ago
1
Uppercase Lowercase Digit mandatory only
PCRE (PHP <7.3)
Match at least one upper case, lower case and digit between 1 and 20 length with no special characters
Submitted by
anonymous
-
8 years ago
1
76.7877
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
MM/DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
2
Adress regex
Python
no description available
Submitted by
Ali
-
8 years ago
1
the best regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Simbols
PCRE (PHP <7.3)
remove dublicate punctuation marks and keep punctuation if stay near a word( abc, , ,) last , ,
Submitted by
Suciu Razvan
-
8 years ago
1
...
672
673
674
675
676
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?=
^.
{8,32}
$
)
(?=
.
*
\d
)
(?=
.
*
[
!@#$%^&*
]
+
)
(?!
[
.
\n
]
)
(?=
.
*
[
A
-
Z
]
)
(?=
.
*
[
a
-
z
]
)
.
*
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago