
3 Mar
2010
3 Mar
'10
2:44 p.m.
On Wed, Mar 3, 2010 at 2:23 PM, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
Never mind, I used if (!match.Success || txtAccountNum.Text.Length != 10) throw Exception else Endelea()
the posix regex for 10 digits looks like this : [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]