Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SnakeString ¶
SnakeString XxYy to xx_yy , XxYY to xx_yy 驼峰字符串 转换为 蛇形字符串,例如: XxYy to xx_yy , XxYY to xx_yy
func ToCamel ¶
func ToCamel()
* 驼峰式命名法 驼峰式命名又叫小驼峰命名法。第一个单词字母小写,后面其他单词首字母大写。
ex: int myAge; char myName[10]; float manHeight;
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.