Hi there,
I am having big string something like email content,from that content i need to take only base 64 value.
Like we will be pasting some images in tinymce and while retreiving that content value will get base 64 and some other content also.
Someone can help me on this.
Example:
- var stringval="
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB" />
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAAMAC" />
From: " - from the above string i need output as iVBORw0KGgoAAAANSUhEUgAAB,iVBORw0KGgoAAAANSUhEUgAABVYAAAMAC
Some help will be greatly appreciated.
Ayesha FathimaPosted Mar 31, 2020, 8:47 AM
Rajeesh MenothPosted Mar 31, 2020, 7:09 AM
Vinay SinghPosted Mar 31, 2020, 6:44 AM