I'm new to programming. How should a regular expression look like, to match the following requirements:
- String has to start with "+" 
- After that + only numbers and blanks in any combination are allowed 
Example for a valid number: +49 1223 3447 554 9
I'm trying to validate a String telephone field with Java Script.
Thanks!
 
     
     
    