Python3 module to remove URLs which start with http or https in strings.
Project description
removeurl
Python3 module to remove URLs which start with http or https in strings.
Installation
Install with pip
pip3 install -U removeurl
Usage
In [1]: import removeurl
In [2]: removeurl.remove_url("Link: https://www.google.com")
Out[2]: 'Link: '
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
removeurl-0.2.tar.gz
(1.6 kB
view details)
File details
Details for the file removeurl-0.2.tar.gz
.
File metadata
- Download URL: removeurl-0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ff3b6dddec3ff86cd66b9820e3771789541a1f90f75991b622869f012fd1e5e |
|
MD5 | b48800a1a94fb4a8814caeefa68ca6bb |
|
BLAKE2b-256 | 717a6c0842c365b2cce49205efe2ad0bb26970d130e1e45eeacd7313fb5c84f0 |