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

  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

    IF I will delete all html tags than in the same line will be more than one number: 99.8% 39.90 46.89 There is no possible to use my regex: (?<=tabindex="0">).*?(?=</span>) ? In regular expressions designer is working great.
  3. A

    Delete lines Regex

    @Alexmd I'm sorry that I'm bothering you on Sunday, I hope u spending time far away from computer :) 1. What if I have a row something like this: <div class="msa3_z4 _9c44d_2K6FN"><span class="_1svub _lf05o" tabindex="0">2.00</span><i class="_9c44d_2UYuR _9c44d_1DKTg"> I tried with regex=...
  4. A

    Delete lines Regex

    Thank u Alexmd it's works but I have to changed tabindex="0">1,00</span> into: tabindex="0">1.00</span> :-)
  5. A

    Delete lines Regex

    Thank u Radzhab but the code doesn't seem to work. It did not delete anything.
  6. 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...
  7. A

    New build 4.3.7.1 (19.01.2013) hotfix for 4.3.7.0

    What about this function: http://zennolab.com/discussion/showthread.php?8181-uploading-file-via-flash-button and http://zennolab.com/discussion/showthread.php?6613-Regex-into-a-selecteditems ?
  8. A

    uploading file via flash button

    Is this feature will be in the next update?
  9. A

    uploading file via flash button

    definitely +1
  10. A

    Regex into a selecteditems

    Guys, what about this function ?
  11. A

    ZenBLOG - automatic blogs creator/poster many platforms

    You can't edit the templates.
  12. A

    Copy tables,lists and input settings.

    + 1
  13. A

    About Attribute = selecteditems!!!

    http://zennolab.com/discussion/showthread.php?6613-Regex-into-a-selecteditems&highlight=
  14. A

    Regex into a selecteditems

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