Last updated 4 years ago
Was this helpful?
const correct = (string) => string.replace(/0/g, 'O') .replace(/5/g, 'S') .replace(/1/g, 'I');