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
Statful Entities Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Physical Units
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex for parsing Slack Urls
ECMAScript (JavaScript)
This regex is a duplicate of another one, but with a minor modification to support subdomains with one or more "-" in it. ie:
Submitted by
Dylan
-
8 years ago
0
Regex dia cuxaro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
form regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
BĂ©lgica
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Remove target attribute after URL in anchor tag.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
CS124_HW1:spamlord_phone
Python
Spamlord assignment: this regex detects phone numbers in text.
Submitted by
anonymous
-
8 years ago
1
CS124_HW1:spamlord_email
Python
Spamlord assignment: this regex detects email addresses in text.
Submitted by
anonymous
-
8 years ago
0
CIELO 03
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
djfgdfg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Para la consulta departamento
Python
Define los parámetros para la consulta de los datos del departamento.
Submitted by
anonymous
-
8 years ago
1
Product Code Matcher
Python
Regex to find product codes that are usually all upper case with numbers or all numbers with possible hyphens, slashes or dots as delimiters. Anything that matches the date format ##/##/##?? with various delimiters will not match. Require that the code contains at least 1 number. ...
Submitted by
anonymous
-
8 years ago
1
Match invalid percent-encoding
Python
Match % signs of sequences that aren't valid "percent-encoded"
Submitted by
anonymous
-
8 years ago
0
Phone + email
PCRE (PHP <7.3)
no description available
Submitted by
Jevgenijsblaus
-
8 years ago
0
Find & Replace in URL String
PCRE (PHP <7.3)
Originally used as a search and replace in database fields to change the URL strings to point to .jpg's instead of .png's. Can be used generically as a search and replace in URL's.
Submitted by
anonymous
-
8 years ago
0
if translation recognition
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Decimal numbers above 1
PCRE (PHP <7.3)
Cannot enter 0 or a proper fraction
Submitted by
anonymous
-
8 years ago
0
Longitude Degrees Minutes Format
PCRE (PHP <7.3)
Regex to detect Degrees Minutes in coordinate system WGS84
Submitted by
Rafael Zujur
-
8 years ago
1
RegExp that accepts English, Arabic and numbers
ECMAScript (JavaScript)
no description available
Submitted by
Momen Zakaria
-
8 years ago
1
...
615
616
617
618
619
...
900
Community Library Entry
1
Regular Expression
Python
r"
%
(?:
(?!
[
0
-
9a
-
fA
-
F
]
{2}
)
)
"
g
Open regex in editor
Description
Match % signs of sequences that aren't valid "percent-encoded"
Submitted by
anonymous
-
8 years ago