Factory function to create a validated Document ID
String to convert to Document ID
Branded Document ID
If value is not a valid Document ID format
const docId = createDocumentID("A9-2024/0123");const doc = await getDocument(docId); Copy
const docId = createDocumentID("A9-2024/0123");const doc = await getDocument(docId);
Input validation prevents injection attacks
Factory function to create a validated Document ID