Class MCRMatchesValidator

java.lang.Object
org.mycore.frontend.xeditor.validation.MCRValidator
org.mycore.frontend.xeditor.validation.MCRMatchesValidator

public class MCRMatchesValidator extends MCRValidator
Validates input to match a specified java.util.regex pattern. Example: <xed:validate xpath="//mods:identifier[@type='doi']" matches="10\.\d+.*" ... />
Author:
Frank Lützenkirchen
  • Constructor Details

    • MCRMatchesValidator

      public MCRMatchesValidator()
  • Method Details