Hi,
How can I build a RegEx which has following constraints?
my input string can either be empty or it can contain any combination of N, C, M, Y, 0 , / ie if my input string is not empty then it should contain only these chars.
examples of valid input: NNCC, CCNN, MM/YYYY etc
Thanks in advance,
kvin