My objective is to read in a line from a text file, then search that line for a particular set of characters/numbers, and finally, if the line contains the particulars, write the line to another file.
I am fine with all of the coding, except the part of searching the line for the characters.
The source file is formatted in the following way:
text;numbers
I will be searching for particular numbers and/or text.
I hope I am giving enough information.
Thanks ahead of time.