Collection of regular expressions
Project description
emi-re
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emi_re-0.1.1.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emi_re-0.1.1.tar.gz.
File metadata
- Download URL: emi_re-0.1.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dca1fd5d4938e7925693d5ad8795ad6af0d49a85862033376b9a496ef72c9681
|
|
| MD5 |
eac383c6a4ee8b1482683c5d709527f7
|
|
| BLAKE2b-256 |
87624815c559712f7d815d3f22a370c3d138c0274a2c8237ec89faf1efcd4126
|
File details
Details for the file emi_re-0.1.1-py3-none-any.whl.
File metadata
- Download URL: emi_re-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcecb5db598b0cd7bf0473a26efa249eca2bd80291bb7d92359cc086d6fca914
|
|
| MD5 |
611f24d62744c2c5e2338aff42cdbcad
|
|
| BLAKE2b-256 |
ebd11e0bdd604b5aeeb9007c7da12a9115cb87fca20f963e837efc425240fdd1
|