I've made a control where end-user inputs date. I want to add a warning that would prompt whenever format is wrong.
The only accepted is "mm/d/yyyy". I tried to built and expression with regex_match but have challenge to combine functions into one solid expression.

