System.Text.RegularExpressions.Capture.GetLeftSubstring C# (CSharp) Method

GetLeftSubstring() private method

private GetLeftSubstring ( ) : string
return string
        internal string GetLeftSubstring()
        {
            return _text.Substring(0, _index);
        }