Because the world needs less capitals, except D, S & Q.
- Python (2.7, 3.4, 3.5)
Install using pip
...
pip install ii_tools
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'
Full documentation for the project is available at ii-tools.readthedocs.io
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.