Feat: urldecode function #1234 (#1283)

Signed-off-by: pooriaghaedi <pooria.ghaedi@gmail.com>
This commit is contained in:
Pooria Ghaedi
2024-03-01 18:39:45 +03:30
committed by GitHub
parent 835dcb8121
commit b5889b10eb
7 changed files with 211 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ func (s *Scope) Functions() map[string]function.Function {
"try": tryfunc.TryFunc,
"upper": stdlib.UpperFunc,
"urlencode": funcs.URLEncodeFunc,
"urldecode": funcs.URLDecodeFunc,
"uuid": funcs.UUIDFunc,
"uuidv5": funcs.UUIDV5Func,
"values": stdlib.ValuesFunc,