G
Guest
Hi all
I need to check a number between 1-128 with 3 digits only
why this exprestion doesn't work
Regex re = new Regex(@"\b(12[0-8] | 1[0-1][0-9] | 0?[0-9]?[0-9])\b")
thanx.
I need to check a number between 1-128 with 3 digits only
why this exprestion doesn't work
Regex re = new Regex(@"\b(12[0-8] | 1[0-1][0-9] | 0?[0-9]?[0-9])\b")
thanx.