Solved Replacing "_" with " "

Discussion in 'Plugin Development' started by xxCoderForLifexx, Feb 15, 2013.

Thread Status:
Not open for further replies.
  1. How would I replace a "_" with a space when using args?
     
  2. Offline

    danthonywalker

    string.replace("_", " ");
     
  3. Okay thanks it slipped my mind!
     
Thread Status:
Not open for further replies.

Share This Page