Hi there,
I am trying to do something very simple, just evaluate if a textfield matches a regular expression directly from the dialog (I guess is the easiest way to do it).
So, in previous versions (CQ5) I just set up two properties to a cq:Widget which are:
regex: /((?:https?\:\/\/)(?:[-a-z0-9]+\.)*[-a-z0-9]+.*)/i
regexText: Enter a valid URL
Then I was moved to AEM 6, and these properties do not seem to work anymore with the new Touch UI. I tried to find unsuccessfully documentation about it, and finally I ended here.
Any suggestion? Thank you in advance.