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.
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
andmatches
for regexp expression matching.