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

org.rcsb.common.constants.IdentifierRegex Maven / Gradle / Ivy

The newest version!
package org.rcsb.common.constants;

import java.util.regex.Pattern;

public class IdentifierRegex {

    public static final Pattern PDB_ID_REGEX = Pattern.compile("^\\d\\w\\w\\w$");
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy