1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-13 01:20:35 +02:00

Feature/#106 fmt function (#151)

This commit is contained in:
3timeslazy
2018-10-29 23:57:39 +03:00
committed by Tim Voronov
parent b097527cd3
commit f6e465d556
4 changed files with 241 additions and 2 deletions

View File

@ -34,5 +34,6 @@ func NewLib() map[string]core.Function {
"FROM_BASE64": FromBase64,
"TRIM": Trim,
"UPPER": Upper,
"FMT": Fmt,
}
}