I\'m using /[a-zA-Z0-90-9A-z]/g as a regex but it doesn\'t accept the test case if it doesn\'t have a digit.
/[a-zA-Z0-90-9A-z]/g
What regex can I use? I\'m using it in React