- Регистрация
- 27.10.2011
- Сообщения
- 64
- Благодарностей
- 8
- Баллы
- 8
Hi,
I can't solve this so far, that's why i'm leaving a new thread on the forum.
I've read some topics about it without finding something that work.
In my Zenno project, when i get the Dom page, the line I want to scrap with a regular expression is broken in two different lines. It actually don't scrap it because of the line break.
I just want to find a solution to remove in this part (or in all dom page) the linebreak, or a way to parse a regular expression even with this linebreak.
I've try the "[\r]" in the Regex, but maybe i'm use it the wrong way, cause it doesn't work for me.
I know that most of guys ont this forum are clever enough to handle this. If you can do, just drop a line please.
Cheers
Tags: parse,regex,break line,breakline,two lines
I can't solve this so far, that's why i'm leaving a new thread on the forum.
I've read some topics about it without finding something that work.
In my Zenno project, when i get the Dom page, the line I want to scrap with a regular expression is broken in two different lines. It actually don't scrap it because of the line break.
I just want to find a solution to remove in this part (or in all dom page) the linebreak, or a way to parse a regular expression even with this linebreak.
I've try the "[\r]" in the Regex, but maybe i'm use it the wrong way, cause it doesn't work for me.
I know that most of guys ont this forum are clever enough to handle this. If you can do, just drop a line please.
Cheers
Tags: parse,regex,break line,breakline,two lines