S
Shapper
Hello,
I need to remove the characters { '/', '@', '+', ... } from a string.
I could use String.Replace but then I might have a lot of chained replaces.
What is the best way to do this?
Thank You,
Miguel
I need to remove the characters { '/', '@', '+', ... } from a string.
I could use String.Replace but then I might have a lot of chained replaces.
What is the best way to do this?
Thank You,
Miguel