0

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$;
The fourth bird
  • 127,136
  • 16
  • 45
  • 63

0 Answers0