Search:

Type: Posts; User: Json

Search: Search took 0.13 seconds.

  1. Re: Using Regular Expression (regex) in Java Programming

    And you've obviously cross-read it :)

    // Json
  2. Re: Using Regular Expression (regex) in Java Programming

    So basically you expect every name to have a whitespace in front of it as well. Fair enough, this might work :D

    // Json
  3. Re: Using Regular Expression (regex) in Java Programming

    This will be pretty hard I think unless you can always ignore the first word, otherwise you'd end up getting a match on "Why John" which is not supposed to happen just like explained by helloworld.
    ...
Results 1 to 3 of 3