Metadata-Version: 2.1
Name: rreplace
Version: 1.0.2
Summary: rreplace(string,old,new,count=None)  - right replace
Home-page: https://github.com/looking-for-a-job/rreplace.py
License: UNKNOWN
Description: ### Install
        
        ```bash
        $ [sudo] pip install rreplace
        ```
        
        ### Usage
        
        ```python
        >>> from rreplace import rreplace
        
        >>> rreplace(string,old,new,count=None)
        ```
        
        ### Examples
        
        ```python
        >>> rreplace('old_old','old','new',1))
        'old_new'
        ```
        
        ### Sources
        
        +   [`rreplace.rreplace(string, old, new, count=None)`](https://github.com/looking-for-a-job/rreplace.py/blob/master/rreplace/__init__.py)
Keywords: rreplace replace
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
