Is there a built in command to remove

Hello All,

I have a string that has several ‘_’ characters in it. I want to remove them all. I could iterate through and remove that way but thought there was a built in command for that?

Tim

ReplaceAll
or
RegEx

Thanks Markus.
Tim

MyVar = "" ?