I'm using the code below to format a txtbox on my web page. The code works fine, it accepts input like this: 1C232. I need to change the code so the second character could be either a number or letter...thanks.


VB Code:
  1. ValidationExpression="\d{1}[a-z]\d{3}