mirror of
https://github.com/MontFerret/ferret.git
synced 2025-11-25 22:01:39 +02:00
Feature/#106 fmt function (#151)
This commit is contained in:
@@ -34,5 +34,6 @@ func NewLib() map[string]core.Function {
|
||||
"FROM_BASE64": FromBase64,
|
||||
"TRIM": Trim,
|
||||
"UPPER": Upper,
|
||||
"FMT": Fmt,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user