How to find last -1 and loop

kamazi

Client
Регистрация
16.10.2013
Сообщения
29
Благодарностей
0
Баллы
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
use c# snippets for get collection of HTML elements and count of it
maybe you'll understand my english)))))
 

kamazi

Client
Регистрация
16.10.2013
Сообщения
29
Благодарностей
0
Баллы
1

Lexicon

Client
Регистрация
27.12.2012
Сообщения
1 775
Благодарностей
901
Баллы
113
Код:
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))))
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)