Hello
I created a project and want to scrap two pieces of text from two website i can't figure out how to deal with regex to find these text.
First one:
title="Women">305.4</a></div>
here Women is a variable from my list can be any other word. and i want to scrap the number next to it (305.4) this number will change with each variable.
so i think the regex maybe word before: title="variable"> word after:</a> but i cant write it in regex designer.
The second one :maybe will be more clear with an image . i want to scrap ( HQ1206) the text next to the highest number ( 88 ) and after my variable (305.4).
and the source code
your help will be very appreciated . attached is htm source code for both websites
I created a project and want to scrap two pieces of text from two website i can't figure out how to deal with regex to find these text.
First one:
title="Women">305.4</a></div>
here Women is a variable from my list can be any other word. and i want to scrap the number next to it (305.4) this number will change with each variable.
so i think the regex maybe word before: title="variable"> word after:</a> but i cant write it in regex designer.
The second one :maybe will be more clear with an image . i want to scrap ( HQ1206) the text next to the highest number ( 88 ) and after my variable (305.4).
and the source code
your help will be very appreciated . attached is htm source code for both websites
Вложения
-
511,1 КБ Просмотры: 115