camelCase converter
Project description
Convert any string to camelCase.
Description
camelCase starts with a lower case alphabetic character, the rest of the string contains alphanumeric characters. Any character case in the input is ignored. Any spaces in the input capitalise the following character if alphabetic, except for the first character. Any non-alphanumeric characters are ignored.
Installation
Shell:
pip install humps
Python:
from humps.camel import case print(case('Hello, World!')) # Output: helloWorld
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size humps-0.2.2-py2.py3-none-any.whl (5.3 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size humps-0.2.2.tar.gz (3.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for humps-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 401de60fd73673b697086ba7c865966751c57b11cce57a37c9eabb3e75938417 |
|
MD5 | d0e3753d29a179a152ae5e426c8463da |
|
BLAKE2-256 | 02073dbbe1c94649793c39dbb24445a667d0530d25e35033217b8c15f70c1646 |