I'm trying to extract a string out of a line in a file. For example, in the line of a text file I have
<TITLE>string to extract here</TITLE>
In which case I need to extract the string. The string will be different lengths in different files. Anyone know how to go about this?




Reply With Quote