HI i would like to do character validation for the scenerio
Field should allow only A-F,:,0-9 and also field length should be 39.
I tried with liek ----->field like "[A-F],[A-F][A-F]....up to length 39"
But the problem is if the value less than 39 its failing.
This is also failing field like "[A-F, ],[A-F, ][A-F, ]....up to length 39"
Can any one help me out
Regards
Thiyagu