VB has the Replace method for strings where you pass it two strings, one with the text to find, and one with the text to replace it with.

Java has the same thing but it only works on a per-character basis; how can I make one that uses Strings instead?