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

cn.xmjar.utils.StringsUtils Maven / Gradle / Ivy

The newest version!
package cn.xmjar.utils;

/**
 * @author 欣茂Java网络课堂开源组件 https://xmjar.cn
 * @version 1.0.0
 * @url 腾讯课堂学编程:https://xmjar.ke.qq.com/
 * 
  • 字符串判断与转换
  • */ public class StringsUtils { public static boolean isEmpty(String str){ if (str == null && str.equals("")){ return false; } return true; } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy