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...
2
search script tags
PCRE (PHP <7.3)
found if is content src atributes
Submitted by
Kun Csaba
-
9 years ago
2
GHS - PF LIMIT EXTRACTOR
PCRE (PHP <7.3)
Extracts from a PF file the summary table from the RAH command
Submitted by
anonymous
-
9 years ago
0
URL Query String Parser
ECMAScript (JavaScript)
Parses a URL query string (ignores anything after #) and returns parameters and values separately.
Submitted by
Ross Tracy
-
9 years ago
2
Argentine postal code validation
Python
validation for Argentina postal codes, previous four digits + new CPA
Submitted by
jpaulini
-
9 years ago
2
math chain comparisons with optional matched paren
Python
no description available
Submitted by
anonymous
-
9 years ago
2
US City Validation
ECMAScript (JavaScript)
United States City name validation
Submitted by
Jagadesh
-
9 years ago
2
RGB [0;255]
PCRE (PHP <7.3)
Color RGB in shape: 255, 255, 255 ',' or ';' are accepted
Submitted by
theBlueBisu
-
9 years ago
2
Fecha ISO
ECMAScript (JavaScript)
Comprueba si una fecha está en formato ISO: aaaa/mm/dd. Obtiene 3 datos: 1=año; 2=mes; 3=dia, para su cambio al formato español dd/mm/aaaa. Detecta si el mes y el día pueden existir (no incluye mes febrero ni bisiestos)
Submitted by
Alfonso
-
9 years ago
-3
retrieve hostname without subdomain
PCRE (PHP <7.3)
no description available
Submitted by
Diego Zuluaga
-
9 years ago
1
Strong Password
PCRE (PHP <7.3)
1 digit 1 lower case 1 upper case 1 special character (no-space) 8-20 length
Submitted by
Femi Fapohunda
-
9 years ago
1
Regex SCript replace
ECMAScript (JavaScript)
no description available
Submitted by
MGO
-
9 years ago
2
preprocess text files to include only readable and text words
Python
for large corpus cleaning
Submitted by
aliabbas petiwala
-
9 years ago
2
parse tag data with multiline
Python
parse tag data with multiline
Submitted by
Ali GÖREN
-
9 years ago
2
po box
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
76
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Simple domain.tld tester
ECMAScript (JavaScript)
For testing domain with TLD regExp.test("google.com") => true regExp.test("mad.engineering") => true
Submitted by
Sergio de la Garza
-
9 years ago
1
Currency Detector Python
Python
Currency Detector for Python
Submitted by
Joao Graca
-
9 years ago
2
Linux ARP-Table
PCRE (PHP <7.3)
Matches cat /proc/net/arp. It returns the IP, MAC and interface.
Submitted by
anonymous
-
9 years ago
1
dd-mm-yyyy
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
RegEx - Exclude zero
PCRE (PHP <7.3)
RegEx - Exclude zero
Submitted by
http://stackoverflow.com/questions/8910972/regex-exclude-zero
-
9 years ago
1
...
55
56
57
58
59
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
https:
\/\/
)
[^
\s
/$.?#
]
.
[^
\s
]
*
(
\.
msappproxy
\.
net
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago