regex for only characters and space code example Example: only letters and spaces regex /^[a-zA-Z\s]*$/g