Search:

Type: Posts; User: nhiap6

Search: Search took 0.11 seconds.

  1. Thread: Pattern class

    by nhiap6
    Replies
    3
    Views
    1,241

    Re: Pattern class

    < // Allows you to easily try out regular expressions.
    // {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" }
    import java.util.regex.*;
    import static net.mindview.util.Print.*;
    public class...
  2. Thread: Pattern class

    by nhiap6
    Replies
    3
    Views
    1,241

    Pattern class

    I read this book , Thinking in Java and I can't understand how did he managed to store this 2nd line of code (String , and regex) inside of args. Please help me. This bugs me all day. Here's...
Results 1 to 2 of 2