I am facing a text issue in my wpf application. User can enter some text in the textbox for ex: TAB1B0/TAB1B0. The second string is with some formatting(copied from excel).
I have to remove this formatting and show the text as TAB1B0. I am not suppose to change the special characters for ex é,ö.
I have to retain the cutlture specific words.
Anybody has idea how we achieve that ?
please share you thoughts.