I am working on a program that gets the code from a web page (i.e. HTML or php). So I have gotten as far as finding the code of the page but now I need to search in it for something specific like a <body> tag or <p> tag. Is there anyone that knows how to do this with the string functions? I can't seem to get any examples to work for me. Could some please help me. Thank you