org.jiucai.appframework.base.util
类 StringUtil

java.lang.Object
  继承者 org.jiucai.appframework.base.util.StringUtil

public class StringUtil
extends Object

字符串处理类

作者:
dingning

构造方法摘要
StringUtil()
           
 
方法摘要
static String chuanyiPipei(String searchStr)
          转义正则特殊符号
static boolean isNumber(String str)
          判断字符串是否为数字
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StringUtil

public StringUtil()
方法详细信息

isNumber

public static boolean isNumber(String str)
判断字符串是否为数字

参数:
str -
返回:

chuanyiPipei

public static String chuanyiPipei(String searchStr)
转义正则特殊符号

参数:
searchStr -
返回:


Copyright © 2013. All Rights Reserved.