David Smith

David Smith

  • NA
  • 2k
  • 0

Making dashes consistent in textfile

Apr 4 2012 7:33 AM
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)