ScrapeBox Forum
Is "Check links" function regExp compatible? - 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: Is "Check links" function regExp compatible? (/Thread-is-check-links-function-regexp-compatible)



Is "Check links" function regExp compatible? - beton04f - 04-30-2012

Hi,

I would like to use "Check links" function of SB to identify nofollow blog.

Assuming that, in fact, "Check links"function is just a string parser, I ask him to check links for following Websites:
Code:
rel="nofollow"
rel='nofollow'

It works fine.

I would like to use regular expressions in order to increase result's precision.

"Check links" function will accept that?
And, if yes, which is the accepted standard for this regExp ?

Regards.[/code]