Lookup parts in strings using regexp.MatchString (#1452)
Signed-off-by: Waldemar Biller <wbiller@gmail.com>
This commit is contained in:
parent
98105b8360
commit
4e8a910b9d
|
@ -128,6 +128,7 @@ var DefaultFuncs = FuncMap{
|
|||
"join": func(sep string, s []string) string {
|
||||
return strings.Join(s, sep)
|
||||
},
|
||||
"match": regexp.MatchString,
|
||||
"safeHtml": func(text string) tmplhtml.HTML {
|
||||
return tmplhtml.HTML(text)
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue