replace

From Documentation
Revision as of 09:15, 24 October 2012 by MontyPan (talk | contribs) (Created page with "{{ZUMLReferencePageHeader}} <source lang="java"> String replace(String src, String from, String to) </source> :i.e., <javadoc method="replace(java.lang.String, java.lang.String...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
String replace(String src, String from, String to)
i.e., StringFns.replace(String, String, String)

Replaces all occurrances of 'from' in 'src' with 'to'.

Version History

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.