Answers for "typescript check if string is base64 or not path to src"

1

typescript check if string is base64 or not path to src

//Check if the string start with 'data:' and it should be a base64 string 
string.startsWith("data:"))
Posted by: Guest on October-05-2020

Code answers related to "typescript check if string is base64 or not path to src"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language