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
|