{@link Pattern} constraint validator implementation.
Note this implementation uses {@link RegExp} which differs from{@link java.util.regex.Pattern}.
47484950515253
assertConstraintValidator("this is not good", false); } @Override protected PatternValidator createValidator() { return new PatternValidator(); }