I have a program which extracts headings from word documents and uses a database to see if all the strings from the database exist in the word document. My problem is that there is one heading with a apostrophe(quotation mark) and the extracted apostrophe is not the same as the one in the database.
so the string in the database = schema’s
and the string extracted from the document = schema’s but the apostrophe is just a little bit different
I hope someone knows how to fix this.