Skip to main content

Python3 module to case insensitive replace of strings.

None None

Project description

caseireplace

Python3 module to case insensitive replace of strings.

Installation

Install with pip

pip3 install -U caseireplace

Usage

In [1]: import caseireplace

In [2]: caseireplace.insensitive_replace(
    text="I want a hIPpo for my birthday",
    old="hippo",
    new="giraffe"
    )

Out[2]: 'I want a giraffe for my birthday'

Project details

None None

Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caseireplace-0.1.tar.gz (1.7 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