Friday, June 05, 2009

Commons lang StringUtils

public static boolean isBlank(String str) will return true if str is null or trimmed str is “”

No comments: