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
URL find inside text
PCRE (PHP <7.3)
Search url/link inside text, with/without schema, and with/without path/query
Submitted by
ZeCompadre
-
8 years ago
1
Uno o più caratteri di parola seguiti da opz punto o spazio, +
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Youtube Regex
PCRE (PHP <7.3)
Get Youtube Link
Submitted by
anonymous
-
8 years ago
1
Youtube Regex
PCRE (PHP <7.3)
Get Youtube Link
Submitted by
anonymous
-
8 years ago
1
match string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Get params from function source
PCRE (PHP <7.3)
no description available
Submitted by
Mike Nahmias
-
8 years ago
1
simple regex
ECMAScript (JavaScript)
The password entered is not in correct format (minimum eight characters, at least one uppercase, one lowercase, one number, and one special character)
Submitted by
Nguyen Pham
-
8 years ago
1
Restrict white space & # tag
PCRE (PHP <7.3)
no description available
Submitted by
sanju
-
8 years ago
1
abap comment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ABAP method
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
ins tag with dcmads class
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
phones russian
PCRE (PHP <7.3)
no description available
Submitted by
ConConovaloff
-
8 years ago
1
c extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Anything but Mr./Dr./Ms./Mrs.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Rew
PCRE (PHP <7.3)
no description available
Submitted by
SLD
-
8 years ago
1
PaySafeCard (PSC) Code
PCRE (PHP <7.3)
Matches codes with and without minus (-) Prevents fake codes like "1234-1234-1234-1234"
Submitted by
timmyrs
-
8 years ago
1
US Format Short Date String
ECMAScript (JavaScript)
Matches any short date string between 1/1/2000 - 12/31/2199 in the formats: d/m/yyyy, dd/m/yyyy, d/mm/yyyy, or dd/mm/yyyy
Submitted by
anonymous
-
8 years ago
1
Regex 13
PCRE (PHP <7.3)
Reference Citation parser 13
Submitted by
Ali Momeni
-
8 years ago
1
Eclipse Keyword SPECGRID
Python
Retrieve the first numeric parameters of the SPECGRID keyword
Submitted by
Rashmin Dandekar
-
8 years ago
1
Pass
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
713
714
715
716
717
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
.
+
?
(
.
+
)
\(
(
\d
+
)
points
?
\)
\n
When
input
is
\n
(
.
*
?
)
\n
Standard
output
(
.
+
?
)
\n
(
.
+
)
\n
Edit
\n
Clone
\n
Remove
/
s
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago