Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Re: Cannot figure this out at all... Someone mind giving me a helping hand?

    Use indexOf() in a loop to fine the fourth ":" and use lastIndexOf() to find the last ":"
    then use substring to get the part of the String in between.
  2. Re: Cannot figure this out at all... Someone mind giving me a helping hand?

    I'm not any good with regex.
    Is this what the program is supposed to do:
    find the fourth ":" and the last ":" on each line it reads, extract the substring that is between them and write that...
  3. Re: Cannot figure this out at all... Someone mind giving me a helping hand?

    Can you post the code you are working on? I'm not sure what you are trying to do. Can you post the logic you think is needed to do what you want?
    I don't see how regex is involved in determining...
Results 1 to 3 of 3