2 // This software is now distributed according to
\r
3 // the Lesser Gnu Public License. Please see
\r
4 // http://www.gnu.org/copyleft/lesser.txt for
\r
6 // -- Happy Computing!
\r
8 package com.stevesoft.pat;
\r
10 /** This provides a base class for all the Unicode character
\r
13 class UniValidator extends Validator {
\r
14 public patInt minChars() { return new patInt(1); }
\r
15 public patInt maxChars() { return new patInt(1); }
\r