K kamazi Client Регистрация 16.10.2013 Сообщения 29 Благодарностей 0 Баллы 1 02.02.2014 #1 If in match# use end. How to decrease 1 and loop. *In the case of not getting DOM-text.
Lexicon Client Регистрация 27.12.2012 Сообщения 1 775 Благодарностей 901 Баллы 113 02.02.2014 #2 use c# snippets for get collection of HTML elements and count of it maybe you'll understand my english)))))
use c# snippets for get collection of HTML elements and count of it maybe you'll understand my english)))))
K kamazi Client Регистрация 16.10.2013 Сообщения 29 Благодарностей 0 Баллы 1 02.02.2014 #3 Lexicon сказал(а): use c# snippets for get collection of HTML elements and count of it maybe you'll understand my english))))) Нажмите, чтобы раскрыть... I will not C#. Do you have any samples
Lexicon сказал(а): use c# snippets for get collection of HTML elements and count of it maybe you'll understand my english))))) Нажмите, чтобы раскрыть... I will not C#. Do you have any samples
Lexicon Client Регистрация 27.12.2012 Сообщения 1 775 Благодарностей 901 Баллы 113 02.02.2014 #4 Код: System.Text.RegularExpressions.MatchCollection m = System.Text.RegularExpressions.Regex.Matches(instance.ActiveTab.DomText,@"your_regular_expression"); return m.Count; screenshot http://joxi.ru/r4buUhjKTJDWXD7BteI if this is what you need - set kitty on the avatar))))
Код: System.Text.RegularExpressions.MatchCollection m = System.Text.RegularExpressions.Regex.Matches(instance.ActiveTab.DomText,@"your_regular_expression"); return m.Count; screenshot http://joxi.ru/r4buUhjKTJDWXD7BteI if this is what you need - set kitty on the avatar))))