Requesting to add a "Filter" function in Expressions

In tulip expressions, we don’t have an option of filter an array with a key word, if it is there, it will be helpful to filter an existing array with any key word to get the filtered array.

Thanks @Marzuic this makes sense broadly. Could you also provide some examples so we see the full extent of what you’re hoping to do?

E.g. would you want full match or partial match on the keyword? are you hoping for full regex capabilities? It would be helpful to know how complex your typical use cases are.

Okay! Example: I have an object array “Students” having 2 Keys as “Name”, ”Marks”. I want to filter the students those who stored more than a threshold value (may be 40) through which I can have a list of students name as a text list who scored more than 40. I want to make this by Tulip expressions with which I can use more functions on the filtered list.

Thanks,
Marzuic.