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

uk.co.mruoc.string.regex.Regexs Maven / Gradle / Ivy

The newest version!
package uk.co.mruoc.string.regex;

public class Regexs {

    public static final String UUID = "[0-9a-fA-F]{8}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{4}\\-[0-9a-fA-F]{12}";

    private Regexs() {
        // utility class
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy