Hey I am currently reading in a XML file which contains bullet list in the following container i.e.
the average pension contribution rate for executive directors .
I am having a problem with symbol directly before the text of each bullet point I want to remove it i.e Replace(text,”old”,”new”) but i cant seem to find what value that bullet point actually is to replace of that makes sense.
Thanks
If you have a hexdump or hex viewer utility, feed the XML file to that, and inspect the character’s encoded value directly. From this you can deduce the character code to include in your string using an escape.