Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

  1. Re: Getting an input from a difficult to read file

    Cool. I'm still not going to do your work for you. :p
  2. Re: Getting an input from a difficult to read file

    Sorry, I'm not going to do your homework for you.

    This is the first result for googling "java regular expressions": Lesson: Regular Expressions (The Java™ Tutorials > Essential Classes)

    The...
  3. Re: Getting an input from a difficult to read file

    You can either look into regular expressions, or you can parse the String yourself.

    If you want to go the regular expression route, check out the Pattern class.

    If you want to parse the String...
Results 1 to 3 of 3