package
Version:
v0.0.0-...-1e877d2
Opens a new window with list of versions in this module.
Published: Jul 24, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
大写驼峰转小写,使用 "_" 隔开
log.Println(CamelCase("AAAA"))
log.Println(CamelCase("IconUrl"))
log.Println(CamelCase("iconUrl"))
log.Println(CamelCase("parentId"))
log.Println(CamelCase("a9b9Ba"))
log.Println(CamelCase("_An"))
res : demo
a_a_a_a
icon_url
icon_url
parent_id
a9b9ba
Xan
Source Files
¶
Click to show internal directories.
Click to hide internal directories.