9
Answers

Making dashes consistent in textfile

David Smith

David Smith

12y
2.9k
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)