This class implements the telephone number attribute syntax, which is defined in RFC 2252. Note that this can have two modes of operation, depending on its configuration. Most of the time, it will be very lenient when deciding what to accept, and will allow anything but only pay attention to the digits. However, it can also be configured in a "strict" mode, in which case it will only accept values in the E.123 international telephone number format.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.