I am using New Responsive Forms. I have a business requirement to validate/mask a text field. I am not sure if it would be easier to use a Text Mask or Regular Expression. Below are the requirements. Can anyone help me with this?
- Text Field called “Board Item No”
- Format:
- First part is limited to 2 digits (can be 1 digit)
- Second part is limited to 4 digits (can be 1, 2, or 3 digits)
- First and second parts are separated by a dash (-)
- Example of valid values
- 7-2
- 23-2222
- 1-123