···99const MAX_DID_LENGTH = 1024
10101111// Regular expression to validate the DID format
1212+// https://w3c.github.io/did-core/#did-syntax
1213const didRegex =
1314 /^did:plc:([a-zA-Z0-9._-]+(:[a-zA-Z0-9._-]+)*|((%[0-9A-Fa-f]{2})|[a-zA-Z0-9._-])+(:((%[0-9A-Fa-f]{2})|[a-zA-Z0-9._-])+)*$)/
1415