Результаты поиска

  1. A

    Scrape data and save it into columns

    Is it possible to take all data from scraped text and put it into columns? 1 - first scrape name of the user = (?<=class="ta-tab-offername">).*?(?=</a>) - and save into table - column A 2 - second scrape price of the product = (?<=ta-price-tab\ ">).*?(?=&nbsp;zł</span>)- and save into table -...
  2. A

    Delete lines Regex

    Hello, It is possible to delete lines not matching regex ? tabindex="0">1,00</span> tabindex="0">22,00</span> tabindex="0">22,50</span> tabindex="0">39,90</span> tabindex="0">40,00</span> tabindex="0">42,00</span> tabindex="0">142,00</span> tabindex="0">1142,55</span> I want to delete all...
  3. A

    Regex into a selecteditems

    Pleas add regex into a selecteditems attribute value (select action->attribute value box). Thank u.