This tries to validate the address in English-compliant formats.
Note: Not tested for script languages Arabic.
const regExp = /^(?![ -.&,_'":?!/])(?!.*[- &_'":]$)(?!.*[-.#@&,:?!/]{2})[a-zA-Z0-9- .#@&,_'":.?!/]+$/;