Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Regular expression to find a line beginning with a certain character Using Java

    Okay, try that.
  2. Re: Regular expression to find a line beginning with a certain character Using Java

    Look at the String API first. Read what each of the methods do, thinking about what you're trying to accomplish, and sketch out something you think will do that - just write pseudo-code if that's...
  3. Re: Regular expression to find a line beginning with a certain character Using Java

    You have to use a regular expression? It'd be much simpler (IMO) to just use an if statement that looks for "**" at the beginning of the line.
Results 1 to 3 of 3