Ejemplo n.º 1
0
        public static string Search(string regex, string source)
        {
            int position;

            return(ParserCss.Search(regex, source, out position));
        }