Top "Phone-number" questions

A telephone number or phone number is a sequence of digits used to call from one telephone line to another in a public switched telephone network(PSTN).

How to validate phone numbers using regex

I'm trying to put together a comprehensive regex to validate phone numbers. Ideally it would handle international formats, but it …

regex validation phone-number
Programmatically obtain the phone number of the Android phone

How can I programmatically get the phone number of the device that is running my android app?

android phone-number telephonymanager
How to mark-up phone numbers?

I want to mark up a phone number as callable link in an HTML document. I have read the microformats …

html markup url-scheme phone-number
Phone validation regex

I'm using this pattern to check the validation of a phone number ^[0-9\-\+]{9,15}$ It's works for 0771234567 and +0771234567, but I …

regex phone-number
How to format a string as a telephone number in C#

I have a string "1112224444' it is a telephone number. I want to format as 111-222-4444 before I store …

c# string formatting phone-number
Which is best data type for phone number in MySQL and what should Java type mapping for it be?

I am using MySQL with Spring JDBC template for my web application. I need to store phone number with only …

java mysql phone-number digit
Programmatically get own phone number in iOS

Is there any way to get own phone number by standard APIs from iPhone SDK?

ios iphone phone-number
Formatting Phone Numbers in PHP

I am working on an SMS app and need to be able to convert the sender's phone number from +11234567890 to 123…

php phone-number
mysql datatype for telephone number and address

I want to input telephone number in a form, including country code, extension create table if not exists employee( ` country_…

mysql types phone-number street-address
How do I get the dialer to open with phone number displayed?

I don't need to call the phone number, I just need the dialer to open with the phone number already …

android android-intent phone-number