Ok, I'm trying to make a program that reads an HTML file, removes everything above a string, and below a string, then, takes the isolated string, and check if it's different from another string. How do I do this????? I'm new to VB, so some code would help. Here's an example:
Jim, steve, and Tom's new girlfriend is suzy.
How could I >REMOVE< the "Jim, Steve, and ", and >REMOVE< the "is suzy." and save "Tom's new girlfriend". ? Then see if "Tom's new girlfriend" is different from "Tom's 333 new girlfriend". ?
Thanks!




Reply With Quote