com.taobao.metamorphosis.utils
类 PatternUtils
java.lang.Object
com.taobao.metamorphosis.utils.PatternUtils
public class PatternUtils
- extends Object
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternUtils
public PatternUtils()
split
public static String[] split(Pattern pattern,
CharSequence input)
- 与pattern.split类似,但是不消除结果中的空字符串
- 参数:
pattern
- input
-
- 返回:
split
public static String[] split(Pattern pattern,
CharSequence input,
int limit)
- 与pattern.split类似,但是不消除结果中的空字符串
- 参数:
pattern
- input
- limit
-
- 返回:
Copyright © 2010–2013. All rights reserved.