public class StringUtil extends Object
构造器和说明 |
---|
StringUtil() |
public static boolean containsIgnoreCase(String[] array, String value)
array
- The arrayvalue
- The value to searchpublic static String join(String[] array, String separator)
Note: This might be replaced by utility method from commons-lang or guava someday if one of those libraries is added as dependency.
array
- The array of stringsseparator
- The separatorCopyright © 2017. All rights reserved.