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

cz.mallat.uasparser.Utils Maven / Gradle / Ivy

The newest version!
package cz.mallat.uasparser;

public class Utils {

	public static boolean validString(String s) {
		return s != null && !s.trim().isEmpty();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy