Microsoft.JScript.RegExpConstructor.GetLeftContext C# (CSharp) Method

GetLeftContext() private method

private GetLeftContext ( ) : Object
return Object
      private Object GetLeftContext() {
        return this.lastRegexMatch == null || this.lastInput == null ? "" : this.lastInput.Substring(0, this.lastRegexMatch.Index);
      }