Checks if a string matches the secure public token pattern.
The string to check.
matchesSecurePublicToken("exampleToken--abc123def456ghi789jkl012mno345pq"); // truematchesSecurePublicToken("invalid-token"); // false Copy
matchesSecurePublicToken("exampleToken--abc123def456ghi789jkl012mno345pq"); // truematchesSecurePublicToken("invalid-token"); // false
Checks if a string matches the secure public token pattern.