Sorry I wanted to highlight "\D+" On Fri, 16 Jul 2004 12:32:17 -0500, Guillermo García Rojas wrote: > In the diff patch, Hiten Pandya corrected to look like this: > > if m = /^(((\d+)(?:\.\d+\D+))+\w?)-(\w+)(-\S+)?) (\w+)$/.match(uname) > ^^^^ > > And that worked for me.