What function can replace a string with another string?
Example #1: What will replace "HelloBrother" with "Brother"?
Example #2: What will replace "JAVAISBEST" with "BEST"?
Thank you!
|
|
The For example: |
|||
|
|
|
Try this: http://download.oracle.com/javase/1.4.2/docs/api/java/lang/String.html#replace%28char,%20char%29
This would print out "Brother How are you!" |
|||
|
|||
|
|