Documentation
¶
Index ¶
- func Base64FromByte(b []byte) string
- func Base64FromByteToByte(b []byte) []byte
- func Base64FromString(s string) string
- func ClearCommaInline(text string) string
- func ClearUnicode(text string) string
- func Find(a []string, x string) bool
- func GetStackTrace(e interface{}) string
- func HasCode(id string, index int) string
- func IsEmpty(value string) bool
- func IsNotEmpty(value string) bool
- func IsNotEmptyPtr(value *string) bool
- func IsNotNull[T any](value *T) bool
- func Join[T any](source []T, sep string) string
- func NormalizeText(text string) string
- func ParseConnectionString[T any](connectionString string, target *T) error
- func QueryUnescape(encoded string) string
- func RemoveDoubleQuote(text string) string
- func RemoveExtension(filename string) string
- func SplitDash(input string) []string
- func StringInSlice(a string, list []string) bool
- func StringInSliceTrimLower(a string, list []string) bool
- func TrimBy(data string, separator string) string
- func TrimLower(text string) string
- func TrimToLower(text string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64FromByte ¶
func Base64FromByteToByte ¶
func Base64FromString ¶
func ClearCommaInline ¶
func ClearUnicode ¶
func GetStackTrace ¶
func GetStackTrace(e interface{}) string
func IsNotEmpty ¶
func IsNotEmptyPtr ¶
func NormalizeText ¶
func ParseConnectionString ¶
func QueryUnescape ¶
func RemoveDoubleQuote ¶
func RemoveExtension ¶
func StringInSlice ¶
func StringInSliceTrimLower ¶
func TrimToLower ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.