Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.72 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.72 KB

ideallical tools

build-status-image coverage-status-image readthedocs-image pypi-version

Yet another remove capitals except the letters D, S & Q function

Because the world needs less capitals, except D, S & Q.

Requirements

  • Python (2.7, 3.4, 3.5)

Installation

Install using pip...

pip install ii_tools

Example

Let's take a look at a quick example of using ii_tools.

from ii_tools import remove_all_capitals_except_dsq

remove_all_capitals_except_dsq('Lorem ipsum DunsimQ')

>>> 'orem ipsum DunsimQ'

Documentation

Full documentation for the project is available at ii-tools.readthedocs.io

Security

If you believe you've found something in ii_tools which has security implications, please do not raise the issue in a public forum.

Send a description of the issue via email to [email protected]. The project maintainers will then work with you to resolve any issues where required, prior to any public disclosure.