Hi guys i'm wondering how to make a regex that doesnt allow spaces or numbers my current code works for numbers and space. I want numbers or spaces.
/([0-9])\s+/g
only works on numbers with spaces at the end, need it to work for numbers and spaces in any order