OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Add more string functions in the expression language #32

Closed OndrejKunc closed 5 years ago

OndrejKunc commented 5 years ago

There is only a limited number of functions that can work with strings in the expressions. We can concatenate strings, evaluate length and check for string equality.

I would suggest to add functions like contains, startsWith, endsWith and matches for regexp expression matching.