Hi
I would like some help with the following:
I have a feature class with the field REF_ID. I would like to constrain what is entered by setting a regular expression for data reviewer to pick up any mismatches.
The REF_ID entries are a semi-colon delimited list of ids.
The REF_IDs can be anything from a single digit starting at '1' and can be up to a maximum of five digits.
The delimited list has no limit other than the character limit of the field.
Here are some examples:
12345 OK
1234 OK
123 OK
12 OK
1 OK
123456 BAD
12345; 54321; 1234; 123 OK