View Single Post
  #1 (permalink)  
Old 06-15-2009, 09:01 PM
ColinJD ColinJD is offline
Member
 
Join Date: May 2009
Posts: 38
Default Count String Occurences

I am analysing HTML Pages
As there is no indicator on a page as to howmany details are on a page, I am having to use String Manipulation to count the occurences of text.
- I thought if the string manipulator was unsuccesful it would give an error , however it doesn't,
Can you suggest another way to count text occureces on a page,

eg-
asdad food asadad asd hhh food asdsad asdjj h food dfsss food jjj food sdsddddA

occurences ( food ) = 5

Thx
Reply With Quote