Add {{ Function }} nomenclature to the regex expression
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
Current behavior
Expected behavior
The function supplied would be parsed and the resulting value would be compared.
Minimal reproduction of the problem with instructions
modelInstance.between("DATE_COLUMN", "TO_DATE('"+from+"','DD/MM/YYYY')", "TO_DATE('"+to+"','DD/MM/YYYY')");
What is the motivation / use case for changing the behavior?
To be able to pass a date convertion to a between call.
Please tell us about your environment: