TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ayesha Fathima
NA
184
29.7k
strip base 64 value from string
Mar 31 2020 6:29 AM
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=
"<p><img src="
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB
" /><br /><br /><img src="
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABVYAAAMAC
" /><br /><br />From: "
from the above string i need output as iVBORw0KGgoAAAANSUhEUgAAB,iVBORw0KGgoAAAANSUhEUgAABVYAAAMAC
I tried some code from my side...but it is giving only first base64 value,but i need how many images are there those many base64 values..
Some help will be greatly appreciated.
Reply
Answers (
3
)
Replace Dom and Canvas Dynamically?
Making candlestick charts in google charts?