Forum Discussion
mishutkin
14 years agoOccasional Contributor
Guys, thanks for your replies, but I already identified the problem, as I mentioned in my last post.
I read the string from an Excel data file and placed it in a text box on a web page. Then I searched for a substring in a string that was a part of an HTML object where I had placed it. The problem is that HTML replaced " ' " with " ’ " when the string was placed in an object on the web page. And these characters are not the same, of course...
I read the string from an Excel data file and placed it in a text box on a web page. Then I searched for a substring in a string that was a part of an HTML object where I had placed it. The problem is that HTML replaced " ' " with " ’ " when the string was placed in an object on the web page. And these characters are not the same, of course...