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:
@ -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