Search:

Type: Posts; User: arch

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    4,224

    Re: Java split problem..

    How can i start a new thread I cant see a link anywhere as to start a new thread please help me..
  2. Replies
    5
    Views
    4,224

    Re: Java split problem..

    Thanks it worked.. Made a small syntax error..
  3. Replies
    5
    Views
    4,224

    Re: Java split problem..

    String arr[] = searchFor.split("[\\$@\\$]");

    i did something like this.. It doesn't work.. i get the same result. Thanks for replying..
  4. Replies
    5
    Views
    4,224

    Java split problem..

    Hello.. I'm new to this forum. Please help me.
    I've a string.
    search = "Empty Jars$@$301". I need to split the string on "$@$"

    String arr[] = search.split("[$@$]");

    the array is something...
Results 1 to 4 of 4