Package com.sun.msv.datatype.xsd.regex
Interface RegExp
-
public interface RegExp
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(String text)
-
-
-
Method Detail
-
matches
boolean matches(String text)
-
-