Tag: textConnection()

Example 8.27: using regular expressions to read data with variable number of words in a field

A more or less anonymous reader commented on our last post, where we were reading data from a file with a varying number of fields. The format of the file was:1 Las Vegas, NV — 53.3 — — 12 Sacramento, CA — 42.3 — — 2The complication in the…