C
CJ
How would I go about isolating a string that begins with a certain text, but
ends in numbers? i.e.,
C.A. No. 12345-6789
It will always start with C.A. No. and should end with 3 text characters,
not numbers. C.A. No. 12345-6789-XXX (the x's are variable letters but
always 3 characters).
I need to alert the user that it does not end in 3 characters, and in a best
case scenario, give them the opportunity to insert the characters. Is this
too tall an order?
Thanks.
ends in numbers? i.e.,
C.A. No. 12345-6789
It will always start with C.A. No. and should end with 3 text characters,
not numbers. C.A. No. 12345-6789-XXX (the x's are variable letters but
always 3 characters).
I need to alert the user that it does not end in 3 characters, and in a best
case scenario, give them the opportunity to insert the characters. Is this
too tall an order?
Thanks.