JavaScript - Remove XML-invalid chars from a Unicode string or file Two Regular Expressions and a useful JavaScript / ECMAScript function to strip invalid characters from UTF8 strings and XML documents or other text files
Today I was developing an Electron application for a client and I was looking for a way to remove invalid characters from a typical XML file in UTF-8 format . …
JavaScript - Remove XML-invalid chars from a Unicode string or file Two Regular Expressions and a useful JavaScript / ECMAScript function to strip invalid characters from UTF8 strings and XML documents or other text files Read More