Documentation
¶
Overview ¶
Package stringutil is deprecated, plz use github.com/go-chassis/foundation/stringutil instead
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bytes2str ¶
Deprecated Bytes2str convert array of byte to string Deprecated: use github.com/go-chassis/foundation/stringutil
func ClearByteMemory ¶
func ClearByteMemory(src []byte)
Deprecated ClearByteMemory clear byte memory, for very sensitive security related data you should clear it in memory after use Deprecated: use github.com/go-chassis/foundation/stringutil
func ClearStringMemory ¶
func ClearStringMemory(src *string)
Deprecated ClearStringMemory clear string memory, for very sensitive security related data you should clear it in memory after use Deprecated: use github.com/go-chassis/foundation/stringutil
func MinInt ¶
Deprecated MinInt check the minimum value of two integers Deprecated: use github.com/go-chassis/foundation/stringutil
func SplitFirstSep ¶
Deprecated SplitFirstSep split the string Deprecated: use github.com/go-chassis/foundation/stringutil
func SplitToTwo ¶
Deprecated SplitToTwo split the string Deprecated: use github.com/go-chassis/foundation/stringutil
func Str2bytes ¶
Deprecated Str2bytes convert string to array of byte Deprecated: use github.com/go-chassis/foundation/stringutil
func StringInSlice ¶
Deprecated StringInSlice convert string to bool Deprecated: use github.com/go-chassis/foundation/stringutil
Types ¶
This section is empty.