Hi there
i would like to know how to validate a string of unitedkingdom's phone number like this :
+447705613199
it must have +44 in front of the uk's phone number , if user input 07705613199 into a textbox it will convert to +447705613199 , or even user input invalid data , it will show a pop up ( invalid phone number) ,can we do this with javascript ?
thanks in advance