| Author |
replace a string in a file using Java
|
terry Kiernan
Ranch Hand
Joined: Aug 23, 2008
Posts: 31
|
|
Hi , Anyone know a simple way i can replace a string in a file using java ? Thanks [ August 23, 2008: Message edited by: nanoj ]
|
 |
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
|
|
Welcome to JavaRanch! After checking your private messages, take a look at the String class in the API, which has various replace methods. Or is your question about file handling? If so, you will need to give us more information about what you've tried and where you're stuck.
|
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
|
 |
 |
|
|
subject: replace a string in a file using Java
|
|
|