Search:

Type: Posts; User: snowguy13

Search: Search took 0.18 seconds.

  1. Replies
    12
    Views
    1,556

    Re: Substring Retrieval Method Question

    Uhm... This doesn't return a String... It returns an int. Look at the method declaration, it tells you everything... O_O
  2. Replies
    12
    Views
    1,556

    Re: Substring Retrieval Method Question

    Hahaha, I totally overlooked that indexOf works with Strings, too. xD Thanks, newbie. :)
  3. Replies
    12
    Views
    1,556

    Re: Substring Retrieval Method Question

    I believe you can use the unicode escape '\u00A0' to represent a blank (space) character. Perhaps you should try using that escape.

    Also, this line of code is wrong:

    String variableName1 =...
Results 1 to 3 of 3