how to express all characters in keyboard in js reg exp

const keyboardCharactersRegExp = /^[ -~]$/;