
org.rcsb.common.constants.IdentifierRegex Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rcsb-common Show documentation
Show all versions of rcsb-common Show documentation
Common constants for RCSB projects.
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