DXVcs2Git.Core.CommentWrapper.ParseAuthor C# (CSharp) Method

ParseAuthor() static private method

static private ParseAuthor ( string comment ) : string
comment string
return string
        static string ParseAuthor(string comment)
        {
            return parseAuthorRegex.Match(comment).Value;
        }