Remove specific characters from a string (**)

Hi all,

Facing some problems with a sting I copy and save it in a variable to manipulate it and remove some characters, then put it back with the new setup.
The sting will contain words between ** and what I want to do is to remove them.
To be more precise:
Test sentence test-test - become → Test sentence test-test. Used brackets as will bold the text
Basically, remove those **, only. There are solutions to remove special characters, but there are special characters I don’t want to be removed.
I was not able to find a solution yet so any help will be much appreciated.

Thanks

This should do it.

4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.