ScrapeBox Forum
delphi regex - Printable Version

+- ScrapeBox Forum (https://www.scrapeboxforum.com)
+-- Forum: ScrapeBox Main Discussion (https://www.scrapeboxforum.com/Forum-scrapebox-main-discussion)
+--- Forum: General ScrapeBox Talk (https://www.scrapeboxforum.com/Forum-general-scrapebox-talk)
+--- Thread: delphi regex (/Thread-delphi-regex)



delphi regex - scrapingby - 08-04-2017

Hi,
i had some regex´s created for use with scrapebox by a freelancer (In Delphi)
He said they´re working but when i tested them with SB they did not.
They´re for scraping Facebook page titles/names and like counts

fb like
<div>([\d,]+) people like this</div>
fb page name
<meta[^>]+property="og:title"[^>]+content="([^"]+)"

https://www.facebook.com/barackobama/ so basically Barack Obama and 54mio likes.


Any ideas?