statyczny kawitacyjny Główny (sznurek [] args)
{
smyczkowy test = "(3, "12", "138", "69", "86", 8090)";
smyczkowy wzór = @ " "(? \ d+)", "(? \ d+)", "(? \ d+)", "(? \ d+)", (? \ d+) ";
smyczkowy url = "##";
jeżeli (Regex.IsMatch (test, wzór))
{
Zapałczany m = Regex.Match (test, wzór);
url = sznurek. Format ("{(0)}. {(1)}. {2}. {3}: {4}", m.Result ("$ {oct1} "), m.Result ("$ {oct2} "), m.Result ("$ {oct3} "), m.Result ("$ {oct4} "), m.Result ("$ {port} "));
}
Console.WriteLine (url);
Console.ReadKey ();
}
|