I want to use RegEx to pick out portions of a list of folder names for re-naming using a Find&Replace. Each name has extraneous characters at the end.
Example:
Ramma V1 - ABCDEF
Lamma V6 - FGHIJ
Gamma V8 - XYZ
I want to get all characters from the DASH to the end of the name, including the DASH. Can I do this with regular expressions?