1718192021222324252627
re = new RegularExpression(exp,"X"); } catch ( com.sun.msv.datatype.regexp.ParseException e ) { throw new ParseException(e.getMessage(),e.getLocation()); } return new RegExp() { public boolean matches(String text) { return re.matches(text); } }; }
5152535455565758596061