IsFoundOnPage
=IsFoundOnPage(
string pageUrl,
string countOccurrencesOfString,
[bool ignoreCase=FALSE],
[bool textMode=FALSE]) : integer
Purpose
Returns the number of occurrences a string can be found on a page.
TextMode
If set to TRUE only text nodes are considered.
Example
Check if Google analytics tracking is present on you page:
=IsFoundOnPage("http://nielsbosma.se","google-analytics.com/ga.js")
Get help with this function in the community →