- Регистрация
- 28.02.2012
- Сообщения
- 22
- Благодарностей
- 0
- Баллы
- 0
Hi guys,
I'm living a nihtmare with this website I m'trying to scrap:
Th DOM HTML looks like this:
<div class="infos address">
<div></div>
<div>26 clifford street</div>
<div>31TG45 Bighton </div>
</div>
<div class="infos telephone"
the regex designer do'nt accept:
"<div></div>
<div>"
in the "before search text" field because of the line break.
I'm totally stucked, Any idea is greatly appreciated !
I'm living a nihtmare with this website I m'trying to scrap:
Th DOM HTML looks like this:
<div class="infos address">
<div></div>
<div>26 clifford street</div>
<div>31TG45 Bighton </div>
</div>
<div class="infos telephone"
the regex designer do'nt accept:
"<div></div>
<div>"
in the "before search text" field because of the line break.
I'm totally stucked, Any idea is greatly appreciated !