Search:

Type: Posts; User: newbie

Search: Search took 0.12 seconds.

  1. Thread: Java Regex Help

    by newbie
    Replies
    7
    Views
    2,391

    [SOLVED] Re: Java Regex Help

    Thank you both for your input, I read the file into a StringBuilder, then searched that, which worked a treat :P
  2. Thread: Java Regex Help

    by newbie
    Replies
    7
    Views
    2,391

    [SOLVED] Re: Java Regex Help

    ----VOID----
  3. Thread: Java Regex Help

    by newbie
    Replies
    7
    Views
    2,391

    [SOLVED] Re: Java Regex Help

    Hmm yeah thanks for that, The description of pattern = Pattern.compile(regex, Pattern.DOTALL);
    seems to be what I was after, but unfortunately, It still fails to find a match when <body> and </body>...
  4. Thread: Java Regex Help

    by newbie
    Replies
    7
    Views
    2,391

    [SOLVED] Java Regex Help

    I'm currently learning regular expressions, and one of my tasks is to get all text between <body> and </body> of a html file. When <body> and </body> are on the same line I get a result, but the...
Results 1 to 4 of 4