bake: add replace func to stdlib

Signed-off-by: Justin Chadwell <me@jedevc.com>
pull/1720/head
Justin Chadwell 2 years ago
parent 87f900ce77
commit 5d33a3af22

@ -79,6 +79,7 @@ var stdlibFunctions = map[string]function.Function{
"regex_replace": stdlib.RegexReplaceFunc,
"regex": stdlib.RegexFunc,
"regexall": stdlib.RegexAllFunc,
"replace": stdlib.ReplaceFunc,
"reverse": stdlib.ReverseFunc,
"reverselist": stdlib.ReverseListFunc,
"rsadecrypt": crypto.RsaDecryptFunc,

Loading…
Cancel
Save