Check if a string starts with a given prefix and ends with a given suffix
type Result = EnforcedString<'pk_123', 'pk_'>; // Result: 'pk_123' Copy
type Result = EnforcedString<'pk_123', 'pk_'>; // Result: 'pk_123'
Check if a string starts with a given prefix and ends with a given suffix