How to compare any value of pyWorkPage to edit Validate?
Hello
i would like to know how compare pyWorkPage.Pais == "NIC" inside of Edit Validate
if condition is "true"
do it:
String validURLstrNIC ="^[0-9]{3}-[0-9]{3}$";
return java.util.regex.Pattern.matches(validURLstrNIC,theValue);
else
String validURLstrCRI ="^[0-9]{2}-[0-9]{3}$";
return java.util.regex.Pattern.matches(validURLstrCRI,theValue);
***Edited by Moderator Marissa to update platform capability tags***