Documentation ¶
Index ¶
- func Base64ToByte(data string) ([]byte, error)
- func ByteToBase64(data []byte) string
- func CamelToSnake(s string) string
- func CamelToUpperCamel(s string) string
- func Extraction(s, es string, p int32) string
- func GetConvertMap() map[string]string
- func GetInverseConvertMap() map[string]string
- func IsCamelCase(s string) bool
- func IsSnakeCase(s string) bool
- func PluralToSingular(s string) string
- func SingularToPlural(s string) string
- func SnakeToCamel(s string) string
- func SnakeToUpperCamel(s string) string
- func StringToInt32(s string) (int32, error)
- func UpperCamelToCamel(s string) string
- func UpperCamelToSnake(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToUpperCamel ¶
CamelToUpperCamel アッパーキャメルケースからアッパーキャメルケースに変換
func GetInverseConvertMap ¶
GetInverseConvertMap 反転された変換用のMapを取得
func SnakeToUpperCamel ¶
SnakeToUpperCamel スネークケースからアッパーキャメルケースに変換
func UpperCamelToCamel ¶
UpperCamelToCamel アッパーキャメルケースからキャメルケースに変換
func UpperCamelToSnake ¶
UpperCamelToSnake アッパーキャメルケースからスネークケースに変換
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.