Parsing a simple file
- by Mike Graham
I have a file consisting of lines of the form
Foo="Some information" Bar="More"
Starting with such a string, what is the best way to extract "Some information" and "More" as strings? Foo and Bar are always exactly those names.