expr-lang/expr

Allow to use operator tokens as functions `contains()`

Closed this issue · 2 comments

Q16G commented

Could it be possible to add and disable an Operator and rewrite it entirely with function

Q16G commented

What I mean by that is to rewrite the operand with a function after the change is disabled, and to re-specify the logic, for example, contains, it used to be "a" contains "b" can it now be "contains" ("a","b")

I think allowing to use some operators as function is a bad practice. So I'm going to say not to this.