Search:

Type: Posts; User: Zaphod_b

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    2,428

    [SOLVED] Re: tokenizing a string with escape sequence

    Why the heck would you want to put extra stuff in the string? What possible value would that add?

    Why not just something like


    // For test purposes we give it the path.
    // A...
  2. Replies
    9
    Views
    2,428

    [SOLVED] Re: tokenizing a string with escape sequence

    My response was an attempt to resolve a specific problem with the example that you posted. I mean, I tried to answer the question you asked. My crystal ball is cloudy today (marine layer down to...
  3. Replies
    9
    Views
    2,428

    [SOLVED] Re: tokenizing a string with escape sequence

    The backslash is a very special character in Java strings (and in regular expressions, in general).


    If you want a String to have a backslash, and you are initializing with a string literal...
Results 1 to 3 of 3