< prev index next >

src/java.base/share/classes/java/util/regex/package-info.java

Print this page

        

*** 35,45 **** * to match character sequences against a given pattern. Input is * provided to matchers via the {@link java.lang.CharSequence} * interface in order to support matching against characters from a * wide variety of input sources. </p> * ! * <p> Unless otherwise noted, passing a <tt>null</tt> argument to a * method in any class or interface in this package will cause a * {@link java.lang.NullPointerException NullPointerException} to be * thrown. * * <h2>Related Documentation</h2> --- 35,45 ---- * to match character sequences against a given pattern. Input is * provided to matchers via the {@link java.lang.CharSequence} * interface in order to support matching against characters from a * wide variety of input sources. </p> * ! * <p> Unless otherwise noted, passing a <code>null</code> argument to a * method in any class or interface in this package will cause a * {@link java.lang.NullPointerException NullPointerException} to be * thrown. * * <h2>Related Documentation</h2>
< prev index next >