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