1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-05 00:49:00 +02:00

Implement FROM_BASE64 function (#115)

This commit is contained in:
Paul
2018-10-14 17:45:06 +02:00
committed by Tim Voronov
parent 0288798a5f
commit 5db8df55db
3 changed files with 78 additions and 0 deletions

View File

@ -31,6 +31,7 @@ func NewLib() map[string]core.Function {
"SUBSTITUTE": Substitute,
"SUBSTRING": Substring,
"TO_BASE64": ToBase64,
"FROM_BASE64": FromBase64,
"TRIM": Trim,
"UPPER": Upper,
}