9
Answers

Making dashes consistent in textfile

Photo of David Smith

David Smith

13y
5.4k
1
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", '-')

Answers (9)