Using regex with javascript

ratman

Client
Регистрация
24.09.2012
Сообщения
23
Благодарностей
2
Баллы
3
Hi,

I'm trying to use regex on the code below to extract ABC COMPANY:

<a href="javascript:Pop650x600('INSDetail.aspx?Action=INSDETWC&Code=')">ABC COMPANY</a>

This is the regex I tried using with Take DOM and Take Source but it's not finding ABC COMPANY.

(?<=<a\ href="javascript:Pop650x600\('INSDetail\.aspx\?Action=INSDETWC&Code=).*(?=</a>)

What am I doing wrong?

Thanks!
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113

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