You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This there a chance to add the phone number format in Taiwan?
The format of the phone number will be like xx-xxx-xxxx or xx-xxxx-xxxx
The format of the mobile phone number will be like xxxx-xxx-xxx
I try to make a check formula below.
(\d{2,3}-?|(\d{2,3}))\d{3,4}-?\d{4}|09\d{2}(\d{6}|-\d{3}-\d{3})|\d{3}-?\d{4}
The text was updated successfully, but these errors were encountered:
Hello,
This there a chance to add the phone number format in Taiwan?
The format of the phone number will be like xx-xxx-xxxx or xx-xxxx-xxxx
The format of the mobile phone number will be like xxxx-xxx-xxx
I try to make a check formula below.
(\d{2,3}-?|(\d{2,3}))\d{3,4}-?\d{4}|09\d{2}(\d{6}|-\d{3}-\d{3})|\d{3}-?\d{4}
The text was updated successfully, but these errors were encountered: