Probably An EASY Regex Question Plz Help

mark leenheer

Client
Регистрация
29.01.2012
Сообщения
156
Благодарностей
6
Баллы
0
Using this (?<=beta\.)[\w\W]*?(?= PRO Only) To Parse the red txt below.

I am parsing it fine, BUT it is also parsing the line-break after the word beta.
This is messing up my nice .txt file results.
BTW I am using the actual text to parse and not code because they are using Jquerry
tricks to hide the data in the other views.

Total number of times this URL has been Google +1'd. Note: This data is in beta.
85/100 82/100 5,138 91,522 PRO Only

Can someone help me out?


EDIT I got it but will leave it here in case someone might need it.

I used \d.*(?= PRO Only) It was throwing me off because zenno was
adding an extra \ to the beginning of the expression. Being new to regex, I missed it. All good now.
 

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