Ben Jones

Ben Jones

  • NA
  • 3
  • 1.5k

Reg Expression

Nov 14 2011 3:08 PM
I want to check the input of a textbox for the following patterns:

***** or [0-9] anything else should return false using regular expressions. How can I do this in C#.

How would I make the check?

Thanks,

Ben

Answers (3)