Personen Verbesserungen

This commit is contained in:
Simon Martens
2025-02-25 12:16:39 +01:00
parent 24f1e4fd55
commit f35c738cee
13 changed files with 81 additions and 23 deletions

View File

@@ -61,6 +61,9 @@ func (e *Engine) funcs() error {
e.AddFunc("Len", functions.Length)
// String Functions
e.AddFunc("Lower", functions.Lower)
e.AddFunc("Upper", functions.Upper)
e.AddFunc("First", functions.First)
e.AddFunc("ReplaceSlashParen", functions.ReplaceSlashParen)
// Time & Date Functions