Given the following line:
Regex PriceClean = new Regex( @"(\\d{1,6},(\\d{2}|-)" );
If I place the cursor after the - in the regular expression and type the additional ) which is missing, VAX will jump over the existing one instead of adding an additional one.