check of the provided string is a base64 string, by simply observing if it starts with "data:image/".
"data:image/"
Optional
check of the provided string is a base64 string, by simply observing if it starts with
"data:image/"
.