Hi! It is required that the user can enter data in the format '2,3,4' or '1,2:' etc.
In fact, all the steps that I have to provide:
1. Allowed characters in the 'Step numbers' and 'Priorities' fields: integer, comma, colon (spaces can be allowed, but they will need to be removed using trim, replace)
2. The number of characters in the 'Step numbers' field and the number of characters in the 'Priorities' field in one record must match
3. The colon can be written only at the very end
4. Correct format: '2,3,4' or '1,2:' etc.