Class JSRegExp

java.lang.Object
org.teavm.jso.core.JSRegExp
All Implemented Interfaces:
org.teavm.jso.JSObject

public class JSRegExp extends Object implements org.teavm.jso.JSObject
  • Constructor Details

    • JSRegExp

      public JSRegExp(String pattern)
    • JSRegExp

      public JSRegExp(String pattern, String flags)
  • Method Details