Hi everyone:
I have text files that contain a lot of data. I know how to read in an entire file, but not how to extract only some of the data from the file. I would really appreciate it if someone could help, perhaps with a short example.
I want to write a function that extracts strings (the names of people, for example). The text file is the output from a calculation and the names will change for each calculation.
Thanks a lot for any help.
I have text files that contain a lot of data. I know how to read in an entire file, but not how to extract only some of the data from the file. I would really appreciate it if someone could help, perhaps with a short example.
I want to write a function that extracts strings (the names of people, for example). The text file is the output from a calculation and the names will change for each calculation.
Thanks a lot for any help.