Ejemplo n.º 1
0
        public static string BetweenStart(string Src, string start2)
        {
            StringsParser sp = new StringsParser(Src);

            sp.exctractTo_NotIncluding(start2);
            return(sp.extractedString);
        }