I try to write regex which: apply A-Z, a-z 0-9 and -_ and only this syms. How could i write this regex?
function isValid(str) { return (str.length > 6