A function in my code returns 2 kinds of string i.e. a HTML code or random characters.
I need a regex to check if the output is HTML code or random characters.
My