I have two strings:
"50's & 60's"
and
"50's & 60's"
and they need to be a match.
Is there a way that I can do something to the string, maybe HTML decode before I compare?
|
I have two strings:
and
and they need to be a match. Is there a way that I can do something to the string, maybe HTML decode before I compare? |
||||
|
|
|
You can use CGI::unescapeHTML or its synonym
|
|||
|
|
|||||
|