Cross library to convert case with permissive input
Project description
Convert Case
Cross-language library to convert case with permissive inputs.
Language supported
The library is available in:
Code examples
Code example: JavaScript
import { camelCase } from "../src/index";
camelCase("helloGreat world"); // helloGreatWorld
camelCase("__hello Great--world"); // helloGreatWorld
Code example: Python
from case_convert import camel_case
camel_case("helloGreat world") # helloGreatWorld
camel_case("__hello Great--world") # helloGreatWorld
Cases supported
The library can convert to the following cases:
- camel
- kebab
- pascal
- snake
- upper
Issues/Bug report or improvement ideas
https://gitlab.com/olive007/case-convert/-/issues
License
GNU Lesser General Public License v3 or later (LGPLv3+)
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
case_convert-1.0.8.tar.gz
(2.6 kB
view hashes)