Removing first 4 Characters from a column along with a special character
Hello, I have a column that is a sample description and there is always a ~numbers before the description that I would like to remove from all rows. Only one row has the "~" in it. For Example. Sample:126: Description AB291: Description XYZ~619: Description Is there a JSL script that would remove the "~", first 3-digit numbers, and the ": " (including the space) from all rows within the Sample col...