replace
From Documentation
String replace(String src, String from, String to)
Replaces all occurrances of 'from' in 'src' with 'to'.
Version History
Version | Date | Content |
---|---|---|
String replace(String src, String from, String to)
Replaces all occurrances of 'from' in 'src' with 'to'.
Last Update : 2012/10/24
Version | Date | Content |
---|---|---|
Last Update : 2012/10/24
Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License. |