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 12,860 community submitted regex patterns...
0
xforo regex youtube 1
PCRE (PHP <7.3)
using Post Content Find / Replace 2.0.1 addon in xenforo to find/replace bbcode in posts after import of other forum software
Submitted by
anonymous
-
6 years ago
0
xenforo regex youtube 2
PCRE (PHP <7.3)
using Post Content Find / Replace 2.0.1 addon in xenforo to fix bbcode after import of old forum
Submitted by
anonymous
-
6 years ago
0
Kata kunci dekat
PCRE (PHP <7.3)
buat rei
Submitted by
anonymous
-
6 years ago
0
phone
ECMAScript (JavaScript)
My own regex for telephone number for my task
Submitted by
anonymous
-
6 years ago
0
Extract URL(s) from 'AP CCP'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HTML tags and attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
match all html/xml tags and attributes
PCRE (PHP <7.3)
intended to clean websites form input or crawled data stripping all the html of xml tags and inside attributes
Submitted by
anonymous
-
6 years ago
0
shorthand characterss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Loči Guadaloupe
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FSWatch Regex
PCRE (PHP <7.3)
Regex for parsing fswatch event
Submitted by
anonymous
-
6 years ago
0
USC messurments
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
multiple lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
문자그대로찾기
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
odhodiz v.2.0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
log dns valid response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
FIRST PRICE (PAG 1)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ionic-cli doctor viewport-fix
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Professors parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove in between all { [ ( } ] )
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
182
183
184
185
186
...
643
Community Library Entry
16
Regular Expression
ECMAScript (JavaScript)
/
^
(?=
.
*
[
0
-
9
]
)
(?=
.
*
[
a
-
z
]
)
(?=
.
*
[
A
-
Z
]
)
(?=
.
*
[
@#$%^&+=.
\-
_*
]
)
(
[
a
-
zA
-
Z0
-
9@#$%^&+=*.
\-
_
]
){3,}
$
/
Open regex in editor
Description
Safe Password that allow only with a number, a lowercase, a uppercase, and a special character
Submitted by
davidlondono
-
10 years ago