Documentation ¶
Index ¶
- Variables
- func FromHTML(html string) string
- func Match(input, pattern string) bool
- func ParseWildCard(input, expr string) []string
- func Random(length int) string
- func Sanitize()
- func Slugify(text string) string
- func SplitAny(s string, seps string) []string
- func ToJSON(v interface{}) string
- func ToSnakeCase(str string) string
Constants ¶
This section is empty.
Variables ¶
View Source
var SAFE = []*unicode.RangeTable{ unicode.Letter, unicode.Number, }
View Source
var SKIP = []*unicode.RangeTable{ unicode.Mark, unicode.Sk, unicode.Lm, }
Functions ¶
func ParseWildCard ¶
func ToSnakeCase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.