Create set of functions for the filter evaluations #13
Labels
kind:enhancement
A net-new feature or an improvement to an existing feature
P3
Low: Not priority right now
govaluate
allows adding custom functions that can be exposed to the filter expression. We could add all sort of convenience functions for example for:contains()
- bool if contains substringstartsWith()
- bool if string starts with substringendsWith()
- bool if string ends with substringThe text was updated successfully, but these errors were encountered: