Class PhoneNumber

java.lang.Object
com.storedobject.common.PhoneNumber

public final class PhoneNumber extends Object
Class used to check phone number validity.
A valid phone number starts with a "+" symbol followed by dialing digits with optional space separators. The first one or more digits following the "+" symbol should match with ISD code of one of the countries (see Country.getISDCode()).
Author:
Syam