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 ClearByteMemory ¶
func ClearByteMemory(src []byte)
Deprecated ClearByteMemory clear byte memory, for very sensitive security related data you should clear it in memory after use
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
func SplitFirstSep ¶
Deprecated SplitFirstSep split the string
func SplitToTwo ¶
Deprecated SplitToTwo split the string
func StringInSlice ¶
Deprecated StringInSlice convert string to bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.