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...
3
CSS Length Units
PCRE (PHP <7.3)
Matches CSS Length Units according to: http://www.w3schools.com/cssref/css_units.asp
Submitted by
Sander Backus
-
9 years ago
1
includes file name - exclude path name - for jpg file
PCRE (PHP <7.3)
no description available
Submitted by
L clarke
-
9 years ago
0
int or Float 3 decimal values
ECMAScript (JavaScript)
Accepts only integer or Flating values upto 3 decimals. To accept n decimals change (1,n)
Submitted by
Shanky
-
9 years ago
1
nao
PCRE (PHP <7.3)
nao
Submitted by
anonymous
-
9 years ago
-1
Workflow field converter
PCRE (PHP <7.3)
no description available
Submitted by
Brian Olson
-
9 years ago
0
Validates Against YYYY
ECMAScript (JavaScript)
This regex checks if a user has input 4 digit year integer.
Submitted by
@izotope115
-
9 years ago
0
Check That User Has Input Valid YYYY
ECMAScript (JavaScript)
This simple regex checks if a user has input correct YYYY format.
Submitted by
@izotope115
-
9 years ago
4
DNS hostname well-formedness validation
PCRE (PHP <7.3)
Validates that a DNS hostname is well-formed only. You will still need to check that the overall length of the hostname, including the implied trailing "." (if not present), does not exceed 255 bytes.
Submitted by
Jeff Walter
-
9 years ago
1
yFrame Origin Filter
ECMAScript (JavaScript)
Pattern used to filter URL origin (protocol:host) for yFrame.
Submitted by
grese
-
9 years ago
1
ISO, UK/US and international numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
Gabriel R. Sezefredo
-
9 years ago
1
Trim Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
elabFK
PCRE (PHP <7.3)
solution for matching
Submitted by
FK
-
9 years ago
1
SunlessSea Advanced Parser
PCRE (PHP <7.3)
for [d:] and [q:]
Submitted by
MestreLion
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Search Ext.Logger with <debug> tag
PCRE (PHP <7.3)
no description available
Submitted by
Henry Nguyen
-
9 years ago
1
find file name with file extension
PCRE (PHP <7.3)
find file name with file extension
Submitted by
rainyseason
-
9 years ago
1
how to solve this?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
catch out a filed repeate more times
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
721
722
723
724
725
...
900
Community Library Entry
1
Regular Expression
Python
r"
(
<a
href=
"
.
*
(
/media/video/
\d
+
/
)
"*
[^
>
]
*
>
(
[^
<
]
+
)
</a>
)
"
Open regex in editor
Description
Find multiline links a HTML tag
Submitted by
CyberLight
-
9 years ago