astro-ghostcms/.pnpm-store/v3/files/bd/08f2f9fca71502db0c052fb3629...

5 lines
130 B
Plaintext

export const escapeName = (name) => String(name)
.replace(/\r/g, "%0D")
.replace(/\n/g, "%0A")
.replace(/"/g, "%22");