dimitrov-adrian/directus-extension-masked-interface

Any idea for phone mask?

reiterth opened this issue · 1 comments

Hi,

i am looking for a phone mask which looks like that:

+COUNTRYPREFIX (AREA CODE) NUMBER-OPTIONALDIRECTDIAL
+43 (4444) 123456789-4711
or
+43 (4444) 123456789

based on this regex:
^\+\d{1,3} \(\d{1,5}\) ([0-9]{2,12})(\-[0-9]{2,5})?$

Any suggestions?