Documentation ¶
Index ¶
- Constants
- func Empty(input any) bool
- func Escape(value string) string
- func EscapeSpecials(target string) string
- func IsDash(character rune) bool
- func LineWrap(s string, length int) string
- func NotEmpty(input any) bool
- func OrDefault(defaulVal string, input any) any
- func OrEmpty(input any) any
- func Quote(input any) string
- func RemoveLineEndings(value string) string
- func Ternary(condition bool, trueOut any, falseOut any) any
Constants ¶
View Source
const ( QUOTE_FUNC_NAME = "quote" EMPTY_FUNC_NAME = "empty" NOT_EMPTY_FUNC_NAME = "notEmpty" OR_DEFAULT_FUNC_NAME = "orDefault" OR_EMPTY_FUNC_NAME = "orEmpty" TERNARY_FUNC_NAME = "ternary" )
Variables ¶
This section is empty.
Functions ¶
func EscapeSpecials ¶
func RemoveLineEndings ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.