Search:

Type: Posts; User: trueacumen

Search: Search took 0.37 seconds.

  1. [SOLVED] Re: find the position of the field separator in the String---need help ASAP

    that is what you want right?

    Acumen,
    Lucid forums
  2. [SOLVED] Re: find the position of the field separator in the String---need help ASAP

    say

    String str = "java|21|new1|kkkk|eee|rrrr||dddd|dddd|ooooo|2073|| ||||7747474|48888|required||||444444|";
    int index = str.indexOf("|");

    this gives you the index of pipe in the string. But...
Results 1 to 2 of 2