apache commons StringUtils工具类使用

StringUtils是apache commons lang库(http://commons.apache.org/lang)旗下的一个工具类,提供了很多有用的处理字符串的方法。

org.apache.commons.lang.StringUtils中方法的操作对象是java.lang.String类型的对象,是JDK提供的String类型操作方法的补充,用的最多的还是非空判断,“”、null、“    ”等,很实用的一个工具类

详见博客:http://blog.sina.com.cn/s/blog_4550f3ca0100qrsd.html

你可能感兴趣的:(apache commons StringUtils工具类使用)