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