Replace occurrences into a string. @param data the string to replace occurrences into @param from the occurrence to replace. @param to the occurrence to be used as a replacement. @return the new string with replaced occurrences. @deprecated Use String#replace(CharSequence, CharSequence) now.
(String data, String from, String to)
source not stored for this graph (policy: none)
no outgoing calls