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,300 community submitted regex patterns...
0
Changelog commit template
Golang
Changelog commit template
Submitted by
anonymous
-
3 years ago
0
Match password
Python
Requirements: At least one lower and one upper case letter At least one digit or special character
Submitted by
anonymous
-
3 years ago
0
Friendzymes: dna-annotate github action example
Golang
Example input-pattern for the Friendzymes GitHub Action dna-annotate.
Submitted by
Friendzymes Team
-
3 years ago
0
character followed by number
Golang
ehehe
Submitted by
arahsafari
-
3 years ago
0
Working on cron regex
Python
Working on usable cron regex, for python.
Submitted by
anonymous
-
3 years ago
0
Clean HTML
Python
Remove HTML comments, tags, links, character codes, \xa0
Submitted by
Smit Patel
-
3 years ago
0
Network Interface matching with sub-interface support
Python
This regular expression will match on interface names and return grouped data including name, location, sub-interface.
Submitted by
Neis
-
3 years ago
0
N-Word Regex
Python
N-Word Regex Status Not finished, highly broken
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Well Defined Branch Names
Python
Checks for well defined branch names
Submitted by
anonymous
-
3 years ago
0
Address
Golang
Address check
Submitted by
anonymous
-
3 years ago
0
Remove html symbols
Python
Select every string starting with & , ending with ; and everything in between
Submitted by
Smit Patel
-
3 years ago
0
Get property name of ADB string
Python
Match the property name of an ADB string that is retrieved with adb shell dumpsys activity service com.android.car car-getpropertyconfig
Submitted by
anonymous
-
3 years ago
0
IPv4 address from text
Python
Found in here, stackoverflow url.
Submitted by
anonymous
-
3 years ago
0
974618121112
Python
``Hash: 0xcba5ee76d1b322114c4e5b1a3e00edf1065bf0346bef88ee603a8a061908db88- https://img.shields.io/azure-devops/coverage/0xb95343413e459a0f97461812111254163ae53467855c0d73e0f1e7c5b8442fa3/https://tokenview.com/en/search/0xdf6ac64b05e8bb7ca5c8d31ff44a00544eb039a7f467a424ae1c1e1926f19684/974618121112...
Submitted by
anonymous
-
3 years ago
0
https://github.com/tronprotocol/tips/blob/master/tip-20.md
Python
/// TRC20.sol -- API for the TRC20 token standard // See . // This file likely does not meet the threshold of originality // required for copyright to apply. As a result, this is free and...
Submitted by
anonymous
-
3 years ago
0
AWS S3 Naming Convention
Python
Validates an s3 bucket name, reference: https://stackoverflow.com/a/62673054/6014177
Submitted by
anonymous
-
3 years ago
0
Actually Good US Phone Regex
Python
Pulls US phone numbers from anywhere in a string of text regardless of separator or beginning parenthesis
Submitted by
anonymous
-
3 years ago
0
use in query db( in () )
Golang
int&space to 'int',
Submitted by
anonymous
-
3 years ago
0
ParseQR
Python
Testinjg
Submitted by
DBW
-
3 years ago
(Last modified 3 years ago)
0
0x36210C88C438001A616687456978Aa4d3AdCba35
Python
`[ [ { "content": "\n", "isParticipating": true, "groupNum": 0,...
Submitted by
Natego☬158ᴗ✯eth:0x36210C88C438001A616687456978Aa4d3AdCba35
-
3 years ago
(Last modified 3 years ago)
1
...
94
95
96
97
98
...
115
Community Library Entry
0
Regular Expression
Python
r"""
<a
.
*
href
.
?
=
.
?
[
"'
]
(?:
\b\w
+
://
)?
(
[
\w
-
]
+
(?:
\.
[
\w
-
]
+
)+
)
[
/:?
]
?
.
*
?
[
"'
]
.
*
?
>
?
(?:
</
)?
.
?
>
"""
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago