Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page