Hi,
comunity
How can I only allow capital letter and (hyphen - and / slash) and numbers from 0 to 9 in input field.
Example like this.
(ESP/-0123456789)
You should apply some regex on this input field.
How you can apply : https://www.outsystems.com/forums/discussion/60357/regex-to-check-at-least-one-uppercase-letter/
For regex you can check : https://regex101.com/
regards
thanks a lot