Rhino.Regexp.RegExpImpl.CompileRegExp C# (CSharp) Method

CompileRegExp() public method

public CompileRegExp ( Context cx, string source, string flags ) : object
cx Rhino.Context
source string
flags string
return object
		public virtual object CompileRegExp(Context cx, string source, string flags)
		{
			return NativeRegExp.CompileRE(cx, source, flags, false);
		}