Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
MaskedEditor validation
posted


In a Maskeditor I need to enter a code that must be 15 characters long, including spaces.

In fact the code can be "MAELCABUUNCC704" or "ACCAAA NN999" to do this I used one of the following mask "&&&&&&&&&&AAAA".

Now my need is to create a validation that verifies if the code is already present in a List (of String). 
If the code exists I have to report the error if it does not accept it without problems. How can I do this using validation with MaskEditor. 
I tried to search but validated by MaskEditor I found little or nothing. 

Thank you for your valuable help.