Metadata-Version: 2.1
Name: rreplace
Version: 2020.12.3
Summary: rreplace(string,old,new,count=None) - right replace
Home-page: https://github.com/andrewp-as-is/rreplace.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/rreplace.svg?maxAge=3600)](https://pypi.org/project/rreplace/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install rreplace
        ```
        
        #### Examples
        ```python
        >>> import rreplace
        
        >>> rreplace.rreplace('old_old','old','new',1))
        'old_new'
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: rreplace replace
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
