Documentation ¶
Index ¶
- func Center(text string, size int) string
- func IsBlank(text string) bool
- func IsEmpty(text string) bool
- func IsNotBlank(text string) bool
- func IsNotEmpty(text string) bool
- func Left(text string, size int) string
- func Length(text string) int
- func Reverse(text string) string
- func Right(text string, size int) string
- func StringsUniq(l []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsNotBlank ¶
IsNotBlank returns true if the string is not blank
func IsNotEmpty ¶
IsNotEmpty returns true if the string is not empty
func StringsUniq ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.