
About: use regex with tSchemaComplianceCheck (extend tSchemaComplianceCheck)
beta version : test in 3.2 TOS
Uitlisation :
Check "use regex"
use pattern or a static Class Pattern routines as a library.
leave field empty if no regex
preferences :
use with Pattern looks like
// template routine Java
package routines;
public class Pattern {
static public String insee = "^[12][0-9]{2}(0[1-9]|1[0-2])(2[AB]|[0-9]{2})[0-9]{6}([0-9]{2})?$";
static public String phone_fr = "^0[1-689]([-. ]?[0-9]{2}){4}$";
static public String email = "[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,4}";
}