I got Invalid range in character class issue when trying to use regex
/^[a-zA-Zа-яА-ЯЁё0-9_-\s]{6,20}$/
But the issue is only in Firefox, in Chrome it's ok.
With this regex I am trying to say "only latin, russian letters, numbers, space and '_' and '-' signs allowed"