I am inspecting the text of a paragraph node by doing node.getText().
I am then looking at the individual characters of that string. If I come across a character that is non breaking space character, by doing (int) ch == 160… How can I remove that character from that node?
Thanks.