PKParser.Arg.PKArgParser.StartMatch C# (CSharp) Method

StartMatch() private method

private StartMatch ( string s ) : Match
s string
return System.Text.RegularExpressions.Match
        private Match StartMatch(string s)
        {
            return Regex.Match(s, FILE_REGEX);
        }