My cUrl call is returning HTML code like:
"Some stuff."
and I'd like to convert it to a UNIX string like:
"Some stuff."
Is there a way to do this without using search and replace?
My cUrl call is returning HTML code like:
"Some stuff."
and I'd like to convert it to a UNIX string like:
"Some stuff."
Is there a way to do this without using search and replace?