[ bianca ]
[ 源代码: python-humps ]
软件包:python3-humps(0.2.2-2)
String converter to camelCase
The humps module converts strings to camelCase format. The conversion process starts with a lower case alphabetic character, followed by alphanumeric characters. Non-alphanumeric characters are ignored, and spaces result in the next character being capitalized if it is alphabetic. The module processes input strings while ignoring any character case, ensuring a consistent camelCase output.
其他与 python3-humps 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)