this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input Validation

+1
+1
content.js
··· 9 9 const MAX_DID_LENGTH = 1024 10 10 11 11 // Regular expression to validate the DID format 12 + // https://w3c.github.io/did-core/#did-syntax 12 13 const didRegex = 13 14 /^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._-])+)*$)/ 14 15