Hello everyone, I would like to create conditions for 2 input string with dmn Modeler :
Only string of length 3: I have tried with length(myString)!=3, length(myString)not(3) and other alternatives, unfortunately always not successful
Only digits should be entered, comparatively NaN of JavaScript: I have used not(number) and other alternatives, unfortunately always not successful
I’ve tried a lot of alternatives, but unsuccessful.
Does anyone know how I could write these terms with dmn Modeler?
Many thanks in advance.
Thanks for your post, i took a look of this documentation ,but no success. I don,t like to get the length of the input string, but i like to set a condition that the input string should have a length 3 like length(myString)!=3 , but what i tried does not work