0

I'm currently receive a data like this

  [
    "<span style=\"color: rgb(61, 57, 53); font-weight: 700; white-space: normal; background-color: rgb(238, 238, 238);\">CONVEYOR SYSTEM CHECKLIST</span>",
    "<span style=\"font-weight: 700; white-space: normal; background-color: rgb(244, 245, 245);\">X-62-11</span>",
    "<span style=\"font-weight: 700; white-space: normal; background-color: rgb(244, 245, 245);\">CONDITION</span>",
    "<span style=\"font-weight: 700; white-space: normal; background-color: rgb(244, 245, 245);\">REMARK</span>"
  ],
  

So i wonder can we only get the text of this span or div, like above data will be

[CONVEYOR SYSTEM CHECKLIST,X-62-11,CONDITION, REMARK ]
David Scholz
  • 8,421
  • 12
  • 19
  • 34
CODEforDREAM
  • 863
  • 1
  • 8
  • 24

0 Answers0