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

eu.bitwalker.useragentutils.Utils Maven / Gradle / Ivy

The newest version!
package eu.bitwalker.useragentutils;

public class Utils {

    static String[] toLowerCase(String[] strArr) {
        if (strArr == null) return null;
        String[] res = new String[strArr.length];
        for (int i=0; i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy