//
pkg.gl
Category
github.com/avakarev/go-util
strutil
package
1.3.4
Repository:
https://github.com/avakarev/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
34 SLOC
#
Functions
Decapitalize
Decapitalize converted the first character to lower case.
IsUUID
IsUUID checks whether given string is in uuid format.
MaskLeft
MaskLeft replaces string symbols before n with "*".
MaskRight
MaskRight replaces string symbols after n with "*".