Method indexOf(int ch)
Return type: int
Member of: java.lang.String
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 int i = s.indexOf(0);
2 int index = s.indexOf(0x00);
3 int p1 = str.indexOf(58);
4 if (value.indexOf(0) != -1) {
5 int index = message.indexOf(160);
6 int pIndex = nodeNameLeft.indexOf(PERIOD);
7 if (text.indexOf(latinCode) == -1) {
8 if (ATTRIBUTECHARS0.indexOf(c) < 0)
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.