Easy way to strip HTML tags

quizzical

Client
Регистрация
23.12.2011
Сообщения
10
Благодарностей
0
Баллы
1
When I use a regular expression to scrape a bit of text I often end up with:

harbor</b> <b>freight</b>
----------------------------------- match # 1 -----------------------------------
sears</b>
----------------------------------- match # 3 -----------------------------------
northern</b> <b>tool</b>
----------------------------------- match # 4 -----------------------------------
advance</b> <b>auto</b> <b>parts</b>
----------------------------------- match # 5 -----------------------------------
autozone</b>

Is there an easy way to strip out the HTML codes?
 

Lannister

Client
Регистрация
28.08.2011
Сообщения
19
Благодарностей
2
Баллы
0
maybe with this macro : {-RegExp.Replace-|-advance</b> <b>auto</b> <b>parts</b>-|-\<.*?\>-|--}
 

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