You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

emi-re

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emi-re

Collection of regular expressions

0.1.1
Source
pipPyPI
Maintainers
1

emi-re

PyPI - Version PyPI - Python Version

Emi-re (pronunciation: Emily) is a collection of regular expressions encountered during OSS code reading.

Table of Contents

Installation

pip install emi-re

Usage

CamelCase to snake_case

>>> import emire
>>> emire.to_snake_case("CamelCase")
'camel_case'

Remove whitespaces (in Japanese)

>>> import emire
>>> emire.remove_spaces("Algorithm C ないしは アルゴリズム C")
'Algorithm CないしはアルゴリズムC'

License

emi-re is distributed under the terms of the MIT license.

Keywords

re

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts