Making dashes consistent in textfile
I notice the files I am importing in had inconsistent dashes, one dash is longer than the order, I want to make all dashes consistent,
I know you can use regex.replace
code = Regex.Replace( code, " something", '-')