Liferay 7.0-ce-b4

com.liferay.portal.kernel.format
Class PhoneNumberFormatUtil

java.lang.Object
  extended by com.liferay.portal.kernel.format.PhoneNumberFormatUtil

public class PhoneNumberFormatUtil
extends Object


Method Summary
static String format(String phoneNumber)
           
static PhoneNumberFormat getPhoneNumberFormat()
           
static String strip(String phoneNumber)
           
static boolean validate(String phoneNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

format

public static String format(String phoneNumber)

getPhoneNumberFormat

public static PhoneNumberFormat getPhoneNumberFormat()

strip

public static String strip(String phoneNumber)

validate

public static boolean validate(String phoneNumber)

Liferay 7.0-ce-b4