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...
1
Line VTY
Python
Used to search line vty for exec
Submitted by
Hozenya
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
RFC2616 HTTP Header Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
MyRegexOnVeb
PCRE (PHP <7.3)
Выражения на вебы
Submitted by
Legend072
-
9 years ago
1
extraction
PCRE (PHP <7.3)
jamie sucks
Submitted by
me
-
9 years ago
1
currency-50-100000
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Select string in between HTML tags
PCRE (PHP <7.3)
no description available
Submitted by
Jim Sheen
-
9 years ago
1
Trim Whitespace before/after String
ECMAScript (JavaScript)
Remove whitespace before and after the string. Use g for trimming before and after Use m for trimming each line of a multiline string individually. Code: ' test '.replace( /(^\s+|\s+$)/gm, '' );
Submitted by
KevinV
-
9 years ago
0
hidden項目デフォルト隠蔽
PCRE (PHP <7.3)
これを技術担当に見せれば理解してくれるはず。 '(]type="[text|hidden]"value=")(+)("*>)' このコードがデフォルトでClickTaleタグ内のJSに付与されてて、 これがあるとフォームで入力された項目等は全て【ーーーー】に...
Submitted by
井上
-
9 years ago
1
magento digits-range validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
f
Python
f
Submitted by
f
-
9 years ago
3
Extract All Steam Keys
PCRE (PHP <7.3)
Extract all Steam Keys from a Given String
Submitted by
Ashesh Kumar
-
9 years ago
1
Delte first symbols in line
PCRE (PHP <7.3)
no description available
Submitted by
Ilya Korzh
-
9 years ago
6
Simple Number
ECMAScript (JavaScript)
Verifies Number is a negative/positive number. Number may be a decimal, but if it is, it requires at least one number before and after the decimal place. Decimal numbers may also be negative or positive. Only 1 decimal place is allowed.
Submitted by
David P Smith
-
9 years ago
1
Nuclear Exploit Kit
Python
Nuclear Exploit Kit Requested file
Submitted by
anonymous
-
9 years ago
1
Parcel ID (Michigan)
Python
REGEX validator for Parcel IDs. Works for Michigan but may for other states if their parcel IDs have form "00-00-00-00-000-000".
Submitted by
Lewis
-
9 years ago
1
Black Hole Exploit Kit
PCRE (PHP <7.3)
HTTP method = “GET” Requested file type ENDS WITH ".php" Requested file type = “x-msdownload” Request MATCHES Regular Expression
Submitted by
anonymous
-
9 years ago
1
localhost ip's with port
Python
Matches localhost ip range with optional port capture: 127.X.X.X or 127.X.X.X:PORT ToDo: check valid ip address.
Submitted by
Rodrigo M. A.
-
9 years ago
-1
localhost match range ip with port number
Python
Matches all ips that points to localhost like, optionally capturing port number: 127.X.X.X and 127.X.X.X:
Submitted by
Rodrigo M. A.
-
9 years ago
1
Chrizzzs Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
786
787
788
789
790
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
(
((
0
[
1
-
9
]
)|
(
1
\d
)|
(
2
[
0
-
8
]
))
\/
((
0
[
1
-
9
]
)|
(
1
[
0
-
2
]
))
)
|
(
(
31
\/
((
0
[
13578
]
)|
(
1
[
02
]
)))
|
((
29
|
30
)
\/
((
0
[
1,3
-
9
]
)|
(
1
[
0
-
2
]
)))
)
)
\/
(
\d
{4}
)
)
|
(
(
29
\/
02
\/
(
\d
{2}
)
(
(
[
02468
]
[
048
]
)
|
(
[
13579
]
[
26
]
)
)
)
)
$
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago