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,040 community submitted regex patterns...
1
find word near another word (10 words distance)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match common tar file extensions
PCRE (PHP <7.3)
Extensions sourced from here#Suffixes_for_compressed_files),
Submitted by
Stephen Gregoratto
-
6 years ago
0
Remove empty tags
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
regex link Facebook
PCRE (PHP <7.3)
no description available
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
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
Corp 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Inc 2
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
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
Personal
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
Ph_try4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
All rows with FLOAT datatype
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
2
Vehicle Identification Number (VIN)
ECMAScript (JavaScript)
Every vehicle has a unique Vehicle Identification Number (VIN). This 17 character alpha-numeric sequence and must NOT contain the letters I, O or Q (to avoid confusion with the similar looking digits). So, for example, SALVA2AE4EH877322 is valid, but SALVO2AE4EH877322 is not. By using the \b wor...
Submitted by
anonymous
-
6 years ago
1
Validate image URL
PCRE (PHP <7.3)
Adaptation of RFC-3986 uri validation - https://tools.ietf.org/html/rfc3986 Validates that URL contains an image (jpg/jpeg/png/gif) reference whilst also allowing for queries Key parts of URL are captured in named groups The URL portion is also optional, so will validate just an image filename if r...
Submitted by
Norris
-
6 years ago
0
Find links with images inside
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
506
507
508
509
510
...
902
Community Library Entry
0
Regular Expression
Python
r"
\n
(
\d
{1,3}
(?:
\d
{3}
)+
)
(
,
\d
{2}
)?
{,2}
[
а
-
яА
-
Я,.
()
]
+
\b
(
с
|
\d
{2}
копеек
\)
?
,
в
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago