2 // This software is now distributed according to
3 // the Lesser Gnu Public License. Please see
4 // http://www.gnu.org/copyleft/lesser.txt for
8 package com.stevesoft.pat;
11 * This provides a base class for all the Unicode character matching rules.
13 class UniValidator extends Validator
15 public patInt minChars()
20 public patInt maxChars()