pada nomor copy pase format dalam reactjs

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