I am looking for regex for a telephone number but cant seem to find what i need.
Requirements
- start with a plus sign (optional) eg. +442021234
- allow brackets (optional) eg. (+44)2021234
- allow any length of numbers
- allow spaces between numbers eg. (+44) 202 1234
- allow hyphens eg. (+44)-202-1234
Basically want to allow users to enter a telephone number with common special characters and will strip these away with JavaScript onBlur. Any help is much appreciated.