How to search and count for a particular word given the URL link
Hi
I want to search and count for particular word like news, if I gave to program the input of the url.
what namespace and classes I have to use?
Can you guide me though this problem
Thanks
rajesh
Answers (1)
0
Hi
Regular expressions should help you. You'll find many samples on google.
Simon