So I have a constraint I'd like to implement on a field that seems to work in Pattern Matching but not with implemented on the field.
I have a agenda number which is the two digit date, two digit number, and the optionally a letter.
The below works - two digits, a dash, two digits, and the zero or one word character.
Here is the field constraint
When I go to the field I can enter whatever I wish and there is no error message
If I remove the \w? it seems to work. It puts in the dash and does not let me enter other items. But I need the \w? to account for a possible letter. Any reason why this would not work?
Thanks,
Chris