Validation according to http://www.hagstofa.is/?PageID=1474
Note: Icelandic SSN (Social Security Number) is on the form ddmmyy-xxxx. Here we strip the "-" char from the string (if present) and/or spaces in our match. Note: PASS IN STRING, NO EXCEPTIONS! SSN with leading zero (passed as integer) will NOT get vallidated!
Parameters:
Checks that the telephone number is 7digits and legal home/office/gsm number (not information/emergency service etc.)
NOTE: Number prefixed with 00354 or +354 are allowed
Note: Icelandic telephone numbers are on the form xxx-xxxx. Here we strip the "-" char from the string (if present) and/or spaces in our match.
Parameters: