Method substring(int start)
Return type:
java.lang.String
Member of:
java.lang.StringBuffer
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
sec.setBottom(buffer.getBuffer().substring(i1));
2
word = curWord.substring(2);
3
else return retval.substring(2);
4
insertString(0, buf.substring(2), null);
5
String newText = buf.substring(0);
6
String name = sb.substring(6).trim();
7
String name = sb.substring(6).trim();
8
remainder.insert(0, buffer.substring(m_width));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.