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,020 community submitted regex patterns...
0
Patrón para coincidir con máscaras de red correctas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Patrón para detectar direcciones IP correctas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match any UK Date
PCRE (PHP <7.3)
Finds any date in UK date format with or without century and allows for month names and abreviations as well as ordinal indicators (st, nd, rd, th) This expression uses look behind and look ahead to ensure the date is either at the start of a line or preceeded by whitspace.
Submitted by
anonymous
-
6 years ago
0
UK Full or Partial Postcode Validate, Match or Breakdown
PCRE (PHP <7.3)
Matches all standard UK postcodes whether partial (outward) or full (outward and inward), spaces optional. To enforce spaces remove the ? after (?:\s). There are a few letters not currently in use, this test does not seek to exclude them. The only known postcode this will not validate for is GIR 0A...
Submitted by
anonymous
-
6 years ago
0
ISO 8601 Date Format
ECMAScript (JavaScript)
Regex Matching ISO format
Submitted by
anonymous
-
6 years ago
0
Indicador Diario
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Find doubled works
PCRE (PHP <7.3)
This is an adapted version of the regex writen at the book Mastering Reguar Expressions.
Submitted by
maffei2443
-
6 years ago
0
A balanced email validation expression
PCRE (PHP <7.3)
This regex enforces the correct basic structure whilst only allowing permitted characters (RFC822) in both the local and domain parts. It permits + routing made popular by Gmail and allows for the + group to identified as routing. It allows all but the most extreme of valid email addresses i.e. "@" ...
Submitted by
anonymous
-
6 years ago
0
Find links with images inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
PH4a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Personal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex for - near plot / over
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex for - near plot / over
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Incorporation
Python
Finds different variations of "Incorporation", e.g.: Inc, Inc. etc
Submitted by
anonymous
-
6 years ago
0
Inc 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Corp 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Pretty Decent email validator
PCRE (PHP <7.3)
This one gets close to handling most valid email address examples using the specification from RFC 282 ISO standard __ It doesn'T handle everything but manages fairly well...
Submitted by
anonymous
-
6 years ago
0
X3D MFBool
PCRE (PHP <7.3)
X3D Regular Expressions (regexes): MFBool X3D MFBool is a list of boolean values, separated by whitespace or comma values http://www.web3d.org/specifications/X3dRegularExpressions.html#MFBool
Submitted by
anonymous
-
6 years ago
0
X3D SFBool
PCRE (PHP <7.3)
X3D SFBool X3D SFBool is a single-field boolean value. http://www.web3d.org/specifications/X3dRegularExpressions.html#SFBool
Submitted by
anonymous
-
6 years ago
0
X3D SFBool
PCRE (PHP <7.3)
X3D SFBool X3D SFBool is a single-field boolean value. http://www.web3d.org/specifications/X3dRegularExpressions.html#SFBool
Submitted by
anonymous
-
6 years ago
1
...
173
174
175
176
177
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?=
\"
video
\_
title
\"\:\"
[
a
-
zA
-
Z0
-
9
]
+
\"\,\"
defaultQuality
\"\:
)
(
.
+
?
)
(?=
\"\}\]\,\"
video
\_
unavailable
\_
country
\"\:
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago