Jint.Native.JsRegExpConstructor.New C# (CSharp) Method

New() public method

public New ( ) : JsRegExp
return JsRegExp
        public JsRegExp New()
        {
            return New(String.Empty, false, false, false);
        }

Same methods

JsRegExpConstructor::New ( string pattern, bool g, bool i, bool m ) : JsRegExp