Class Platform.NativeRegExp

  • Enclosing class:
    Platform

    private static class Platform.NativeRegExp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NativeRegExp​(java.lang.String pattern)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeRegExp

        public NativeRegExp​(java.lang.String pattern)
    • Method Detail

      • test

        public boolean test​(java.lang.String input)