How to set the phone number? i want set malaysian phone number? is there got any coding for that?

how to set the phone number? i want set malaysian phone number? is there got any coding for that?

You can use a Regular Expression type and craft your own pattern like:
[:plus:]60 (\d|8\d|1\d)-\d{3}-\d{4}

This will generate numbers like:
+60 82-234-5678
+60 2-564-3342
+60 11-123-6678

But its show syntax error in formula

This how I managed to do it:

If you experience errors, please review your expression.