Hi
I'm trying to extract multiple elements from a page, let's say SERP.
I have of course tested the regex in the regex expression builder, and it's working fine.
I've got a problem :
If I don't put optional parameter for parsing, such as : {-RegExp.RegExp-|-{-FieldData.FieldData-|-●3●5●1●9●5●6●-|-≡8≡2≡0≡8≡2≡9≡8≡2≡-}-|-(?<=View details for\s)[^\"]+(?=\")-}, it doesn't return anything
If I put a list with 0;1;2;3;4 and so on the get all the match, it just returns two results.
Why ?
Thanks and have a nice day
I'm trying to extract multiple elements from a page, let's say SERP.
I have of course tested the regex in the regex expression builder, and it's working fine.
I've got a problem :
If I don't put optional parameter for parsing, such as : {-RegExp.RegExp-|-{-FieldData.FieldData-|-●3●5●1●9●5●6●-|-≡8≡2≡0≡8≡2≡9≡8≡2≡-}-|-(?<=View details for\s)[^\"]+(?=\")-}, it doesn't return anything
If I put a list with 0;1;2;3;4 and so on the get all the match, it just returns two results.
Why ?
Thanks and have a nice day