in reply to HELP! - Pattern matching problem

/^(v\d{2}|\d{2})$/ works, in addition to what DamnDirtyApe said here. (Parens are your friends when using alternations in a regex.)

--

There are 10 kinds of people -- those that understand binary, and those that don't.