Search:

Type: Posts; User: lordelf007

Search: Search took 0.09 seconds.

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

    hii all,

    Thanks for your opinions,
    I figured out by using regex like this: " [A-Z][a-z]+ [A-Z][a-z]+"

    This is my code:

    /*
    Pattern pattern = Pattern.compile(" [A-Z][a-z]+...
  2. Using Regular Expression (regex) in Java Programming

    Hiii all,

    I'm new in using Regular Expression in Java.

    For example, I have String s like this:

    String s = "Why John Smith and Alan Smith and Nick Gates are the same?"

    How can I get...
Results 1 to 2 of 2