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

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

There is a newer version: 2.0-beta-7
Show 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