Class OCID

    • Constructor Detail

      • OCID

        public OCID()
    • Method Detail

      • isValid

        public static boolean isValid​(String ocid)
        Test if the given OCID matches the expected pattern for OCIDs.
        Parameters:
        ocid - The string to test.
        Returns:
        true if it matches teh pattern, false if not.