по номеру копии Pase Formate в ReactJs

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