I'm afraid it's not correct, for example the first item:
For ResearcherId the parretn 1N means "One Number", EXACTLY one number
I think the correct pattern should be .N, this means any number of Number (digits).
Supposing ResearcherId is mandatory and my contains only numbers (at least one), the the pattern would be 1.N
Last name would be 1.A, that is at least one low/upper case character
- Log in to post comments