regex only numbers and letters with langth code example Example: regex for number and letters let regex = /[^A-Za-z0-9]+/