Camel case aware word splitting.
Project description
camelsplit
Camel case aware word splitting.
Usage
from camelsplit import camelsplit
# 'CamelCase' -> ['Camel', 'Case']
camelsplit('CamelCase')
# 'HTTPRequest' -> ['HTTP', 'Request']
camelsplit('HTTPRequest')
# 'IEEE 802.11ac' -> ['IEEE', ' 802.11', 'ac']
camelsplit('IEEE 802.11ac')
License
MIT © 2018 Florian Pigorsch & contributors
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
camelsplit-1.0.1.tar.gz
(1.8 kB
view details)
File details
Details for the file camelsplit-1.0.1.tar.gz
.
File metadata
- Download URL: camelsplit-1.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 166774da738da90010cf83de7a8fd669607798a4d058d6c43ea3d5a04e3eed11 |
|
MD5 | 37c16b79116d3250da325cc74bac1590 |
|
BLAKE2b-256 | 1f10cb167804172566769046f944415fb0edea73911579ceff02d57ce541474f |