I was using regex to verify the input of phone number and here's the code:
 
^([+])?([^\\d]?\\d){5,18}$
	 But I found it so limited because I wanted to check if the number exists or not.
 
	For that, I did some research and finally, I started using Veriphone