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 hashes)