Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Constructors in the StringBuffer
ClassConstructor Description String replace(char, char)
Replaces all occurrences of the character specified as the first argument with the character specified as the second argument. If no replacements are necessary, the original string object is returned. String replaceAll(String, String)
Replaces each substring of this string that matches the specified regular expression.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.