auf number kopieren pase formate in reactJs

function paste(e) {
  return e.clipboardData.getData('text').split(' ').join();
}
Determined Dog