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 2,720 community submitted regex patterns...
0
Growth Offering URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Get h2
PCRE2 (PHP >=7.3)
Wyciąga treść z nagłówków h2.
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Inzidenz Aachen
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
Url regex
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ARVE x
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
1st regex
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
cfgattr
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
0
Akamai Regex for valid geo traffic
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
jeems
PCRE2 (PHP >=7.3)
ndsd.log
Submitted by
Jim Willeke
-
4 years ago
1
验证金额 "-999999999.99 ~ 999999999.99" ,小数点保留2位
PCRE2 (PHP >=7.3)
验证阿拉伯数字金额 "-999999999 ~ 999999999" ,小数点后面保留2位
Submitted by
cp.l
-
4 years ago
0
Domain
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
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
Numero Unico Nazionale - Carta d'Identità Italiana
PCRE2 (PHP >=7.3)
no description available
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
mail address
PCRE2 (PHP >=7.3)
Mail address
Submitted by
Andrea Russo
-
4 years ago
0
Java variables
PCRE2 (PHP >=7.3)
Java variables declaration
Submitted by
mkruglikov
-
4 years ago
1
PHP Class Capture Groups from symbol string for Class, Namespace, Operation (Mutator or Accessor), Target and Method Names
PCRE2 (PHP >=7.3)
The is helpful for parsing the symbolic reference of a PHP class object for validation or just determining the type and target for the operator. The expression is intended for working with classes and class methods, so the value on the right of the Paamayim Nekudotayim :: will alway be regarded as ...
Submitted by
Jacob Canote
-
4 years ago
(Last modified 4 years ago)
0
Hee haw
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
p tags no a
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
132
133
134
135
136
Community Library Entry
2
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
https
?
\:
)
\/\/
(
(
[^
:
\/
?#
]
*
)
(?:
\:
(
[
0
-
9
]
+
)
)?
)
(
[
\/
]
{0,1}
[^
?#
]
*
)
(
\?
[^
#
]
*
|)
(
#
.
*
|)
$
/
Open regex in editor
Description
The best way to parse URL via Regex. This can be used in javascript, PHP, etc.
Submitted by
Ivijan-Stefan Stipic
-
8 years ago
(Last modified a year ago)