in reply to Regex help!

> Any ideas?

use <code> tags and ask sedmonks ? =)

edit

but as far as I can decipher the stuff you posted your regex checks for strings with non-numbers from start till "size GB". (this /^[^0-9]*...)

But the failing string has numbers in between.

If you provide Perl code and sample data people here might help you. =)

Cheers Rolf

( addicted to the Perl Programming Language)