All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.noear.grit.client.utils.TextUtils Maven / Gradle / Ivy

There is a newer version: 1.9.2
Show newest version
package org.noear.grit.client.utils;

/**
 * 文本工具
 *
 * @author noear
 * @since 1.0
 */
public class TextUtils {
    public static boolean isEmpty(String str) {
        return str == null || str.isEmpty();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy