expr
expr copied to clipboard
Can expr support custom function?
Now there are many defined operators and functions, does it support user-defined comparison operations?
Yes, https://pkg.go.dev/github.com/expr-lang/expr#Operator
Yes, https://pkg.go.dev/github.com/expr-lang/expr#Operator
wow, that's cool, thank you!