public class StringUtils extends Object
static boolean
isEmpty(String str)
isNotEmpty(String str)
static String
replaceIgnoreCase(String source, String regex, String replacement)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean isEmpty(String str)
str
public static boolean isNotEmpty(String str)
public static String replaceIgnoreCase(String source, String regex, String replacement)
source
regex
replacement
Copyright © 2022. All rights reserved.