full length validation

R

RATHIKA

hi ayelete

thanks ur answer really worked.but now i
want my first character to be only an alphabet
and cannot be a number

any methods for that

rathika
 
A

Ayelet

Hi,
In that case you should use:
"!#.???.???"
I think it should work
(the ! says "not", and the # says "digit")
Ayelet
 
Top