in reply to Re^2: Help constructing proper regex to extract values from filenames and concurrently opening those same files to access records
in thread Help constructing proper regex to extract values from filenames and concurrently opening those same files to access records
For the values inside the listed files, you could use a similar regex (or build it and the original from another which contains the common parts of both) inside that inner while loop, yes?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Help constructing proper regex to extract values from filenames and concurrently opening those same files to access records
by JaeDre619 (Acolyte) on Dec 12, 2010 at 00:07 UTC |