Search:

Type: Posts; User: ptabatt

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,540

    Need help with regEx

    How exactly do regular expressions work in Java? Let's say I have the string:



    String test = new String("Sally went to the barn.");
    //any string will do this is for experimentation purposes
    ...
  2. Replies
    5
    Views
    1,875

    Re: Why am I getting this output?

    A lot, yeah. Now my output is as follows:



    Two of Heartsof Diamondsof Clubsof Spades
    Three of Heartsof Diamondsof Clubsof Spades
    Four of Heartsof Diamondsof Clubsof Spades
    Five of Heartsof...
  3. Replies
    5
    Views
    1,875

    Why am I getting this output?

    Hi guys,

    In this program for school (it's part of a bigger problem where I have to shuffle a deck)... I have to store every possible playing-card combination in an ArrayList. Now, I am a fairly...
  4. Replies
    2
    Views
    1,736

    Stuck, looking for input

    Hi, guys-

    I'm having a bit of trouble with the my ArrayList. Basically, what I need to do is put in four persons (a class I developed along with Student and Instructor) into an ArrayList for a...
Results 1 to 4 of 4