I just would like to the get a new result as below:
“something”
Of course I need to build a regex that removes the special character and the next space or tab only in the case of having the special character as first or within the string maybe.
Your solution is what I would have suggested. In many simpler cases, the String Manipulation node works just fine, and lets you avoid the potential complexity of RegEx.