//
pkg.gl
Category
github.com/save95/go-pkg
utils
strutil
package
1.2.0
Repository:
https://github.com/save95/go-pkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
40 SLOC
#
Functions
Reverse
Reverse 反转字符串 Deprecated.
Snake
Snake snake string, XxYy to xx_yy , XxYY to xx_yy.
ToInt
ToInt 字符串转成 int,失败返回0 Deprecated.
ToIntWith
ToIntWith 字符串转成 int,失败返回默认值 Deprecated.
ToTime
ToTime 字符串转 time,失败返回 nil Deprecated.
ToTimeWithLayout
ToTimeWithLayout 按格式化转成成 time,失败返回 nil Deprecated.