in reply to patern matching whitespace, / and others
But you probably don't want to use a regex to process the data lines. To get the numbers paired with the right columns, you probably ought to figure out which columns the headers are in, and use unpack() to grab what lines up below them.(?:/\w*?)+ # /dir or /dir/dir2 or ....
|
|---|