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...
0
Brazil Complete Address
PCRE (PHP <7.3)
Extract address parts from a Brazil Addressess (Logradouro/Street, Numero/Number, Complemento/Complement, Bairro/Neighborhood, Cidade/City, Estado/State)
Submitted by
Glauber Portella <glauberportella@gmail.com>
-
7 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Syslog RFC 3164
PCRE (PHP <7.3)
Simple matcher for syslog format FRC 3164
Submitted by
loreii
-
7 years ago
0
Syslog RFC 5424
PCRE (PHP <7.3)
Simple matcher for syslog RFC 5424
Submitted by
loreii
-
7 years ago
0
Wiki Country Codes ISO 3166-1
PCRE (PHP <7.3)
https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
Submitted by
Kahval
-
7 years ago
0
Match CSS Variables
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Discord js code markup parser
ECMAScript (JavaScript)
no description available
Submitted by
sorashi
-
7 years ago
0
SemVer anatomy
PCRE (PHP <7.3)
Recognizes and splits a semantic version into its component parts
Submitted by
Ben Leggiero
-
7 years ago
0
Package/Module matcher
PCRE (PHP <7.3)
no description available
Submitted by
Ben Leggiero
-
7 years ago
0
Zad 2 Marek
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Example regex
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Foodie2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Get Host from DNSNAMES.ORA
ECMAScript (JavaScript)
This expression gives me the hostname for a given schema
Submitted by
anonymous
-
7 years ago
0
a1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
463
464
465
466
467
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\{
{2}
.
*
?
\}
{2}
/
isg
Open regex in editor
Description
Find text between double square brackets in php
Submitted by
Depict
-
7 years ago