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...
0
CommonMark Fenced Code Blocks (78% Spec Compliant)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
日期
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex for keana
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Codice Fiscale Italiano
PCRE (PHP <7.3)
identificazione del codice fiscale, case insensitive
Submitted by
Andrea Russo
-
4 years ago
0
Nome COGNOME
PCRE (PHP <7.3)
Nome e Cognome scritti secondo convenzione magistratura: Nome COGNOME COGNOME Nome Utilizzabile in atti giuridici
Submitted by
Andrea Russo
-
4 years ago
0
IP ADDRESS
PCRE (PHP <7.3)
Public or Private
Submitted by
Andrea Russo
-
4 years ago
0
mail address
PCRE2 (PHP >=7.3)
Mail address
Submitted by
Andrea Russo
-
4 years ago
0
Identificativo Patente Italiana
PCRE2 (PHP >=7.3)
no description available
Submitted by
Andrea Russo
-
4 years ago
0
Numero Unico Nazionale - Carta d'Identità Italiana
PCRE2 (PHP >=7.3)
no description available
Submitted by
Andrea Russo
-
4 years ago
0
Numeri di fonia mobile italiana - italian mobile numbers
PCRE2 (PHP >=7.3)
no description available
Submitted by
Andrea Russo
-
4 years ago
0
Domain
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Rinex 2 filepath parsing pattern
Python
This regex patterns allows to parse rinex 2 filesnames/filepath it follows the directory structure usually found on FTP servers from main GNSS CORS stations networks / monitoring organizations (e.g. ftp://rgpdata.ign.fr/pub/data)
Submitted by
Mathieu Peyréga (mathieu.peyrega@gmail.com)
-
4 years ago
(Last modified 4 years ago)
0
ADD CHANGE MODIFY
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CHARACTER SET | COLLATE
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
LONG BLOB
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
MYISAM
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
single-quoted string with escapes
Python
no description available
Submitted by
anonymous
-
4 years ago
0
jeems
PCRE2 (PHP >=7.3)
ndsd.log
Submitted by
Jim Willeke
-
4 years ago
0
Akamai Regex for valid geo traffic
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
kettle log -> fluentd
PCRE2 (PHP >=7.3)
no description available
Submitted by
paskal
-
4 years ago
1
...
732
733
734
735
736
...
902
Community Library Entry
0
Regular Expression
Python
r"
Overlord
(
[^
\w
]
)+
(
\w
+
)
(
[^
\w
]
+
|)
(
[
0
-
9
]
)+
(
\W
*
)
"
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago