| Author |
replacing space in file
|
Deepak Chawla
Ranch Hand
Joined: Nov 19, 2003
Posts: 50
|
|
Hi guys i am trying to replace space with underscore, so if some one writes Project X, it should convert to Project_X. is there any API or something. plz help/
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
Use String.replace() ?
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: replacing space in file
|
|
|