aqString.Trim() is not removing nbsps as whitespace
I'm trying to trim whitespace from a string using aqString.Trim() that I pulled from an HTML element as .innerText. The problem seems to be that it contains a <space><nbsp> at the end of the string so...