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
expressions
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sps
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
where command
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CURP de México
ECMAScript (JavaScript)
¿Qué es la CURP? La Clave Única de Registro de Población (CURP) es un código alfanumérico único de identidad de 18 caracteres utilizado para identificar oficialmente tanto a residentes como a ciudadanos mexicanos, expedido por el RENAPO. La misma, se forma a partir de las letras de los nombres y ap...
Submitted by
anonymous
-
7 years ago
0
AU Validate
ECMAScript (JavaScript)
Au Validate
Submitted by
anonymous
-
7 years ago
0
Search for whole class with specific tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ripple address
PCRE (PHP <7.3)
Check validity of ripple address
Submitted by
CorentinGC
-
7 years ago
0
ethereum address
PCRE (PHP <7.3)
Check validity of ethereum address
Submitted by
CorentinGC
-
7 years ago
0
monero address
PCRE (PHP <7.3)
Check validity of monero addresses
Submitted by
CorentinGC
-
7 years ago
0
czds zone file FQDN extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
email test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
email test
PCRE (PHP <7.3)
not perfect but better than anything I could find.
Submitted by
anonymous
-
7 years ago
0
Honorifics Detection
ECMAScript (JavaScript)
Detects Honorifics in a string. proceeding character after Honorifics needs to be an non alph numeric to be detected
Submitted by
anonymous
-
7 years ago
0
Get Hostname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Get Hostname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
co
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
String Regex
PCRE (PHP <7.3)
Capture an entire string and support escaping the string.
Submitted by
anonymous
-
7 years ago
0
Number Regex
PCRE (PHP <7.3)
Capture an entire number with fractions and unary (-) symbol.
Submitted by
anonymous
-
7 years ago
0
Max Matthiesen matching non-dist distributed css
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
finding case statements in select
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
426
427
428
429
430
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(?<func>
latest
|
diff
|
avg
|
median
|
total
|
rollingmedian
|
rollingavg
)
\(
(?<par>
[^
(),
]
*
)
,
(?<uom>
[^
(),
]
*
)
(?:
,
(?<sp>
[^
()
]
*
|)
)?
\)
)
|
(
(?<func1>
diffdays
)
\(
(?<par1>
[^
(),
]
*
)
(?:
,
(?<sp1>
[^
()
]
*
|)
)?
\)
)+
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago