I have object which i have converted using JSON.stingrify
{
"_originalElementInner": " <input type=\"file\" name=\"\" class=\"hidden\" id=\"file_input_two\" onchange=\"alertFilename(this.value,'cropped_two');\"> <!-- <img src=\"https://dxyz.com/tmp/5bd432ed2d8dd_img3.jpg\" alt=\"\" width=\"100%\" height=\"100%\"> --> "
}
From above i want to fetch "cropped_two", which is on
onchange=\"alertFilename(this.value,'cropped_two');
Here this.value will remain same, so if in case want to split the string .
I have tried via multiple ways by looping and other but in vain.
Anyone can help ? Thanks in advance.
cropped_twois supposed to mean?