3
Answers

Reg Expression

Ben Jones

Ben Jones

13y
1.5k
1
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)