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

com.mageddo.featureswitch.utils.StringUtils Maven / Gradle / Ivy

The newest version!
package com.mageddo.featureswitch.utils;

public class StringUtils {
	public static boolean isBlank(String s) {
		return s == null || s.trim().isEmpty();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy