Replace Underscores with Spaces in Relations
We use the format <vendor name>_<vendor p/n> for some of our purchased components. In order to show the info in a more readable format on drawings, that same info gets added to our "Description" parameter with spaces instead of the underscores. I'd like to avoid typos by driving the parameter from the filename via relations while replacing the underscores with spaces. Of course, not every vendor name is the same number of characters, so using the string length isn't an option. I need to be able to find the underscores and replace them.
Possible?

