I need regex with whitespace between all character, but allow just one space between each character. I am pasting the code below.
const regex = /^\s[C]\s[Y]\s[0-9]{9}\s[D]\s$;
I need regex with whitespace between all character, but allow just one space between each character. I am pasting the code below.
const regex = /^\s[C]\s[Y]\s[0-9]{9}\s[D]\s$;