JavaScript:
.replace(/_/g,\" \");
I have it in my code but can\'t remember why or what it does! Can one of you regular expression gurus hel
Returns a new string with all the underscores in the source string replaced with spaces.