twenty / packages /twenty-shared /src /constants /QuotedStringRegex.ts
Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
53 Bytes
export const QUOTED_STRING_REGEX = /^['"](.*)['"]$/;