Search:

Type: Posts; User: John

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Removing whitespace from text file

    Hey leandro thanks for the code.

    In my code i replaced the following code:

    p = Pattern.compile("\\s+");

    with the regular expression you provided above:

    p =...
  2. [SOLVED] Enhancement in program of removing whitespace from text file

    Right i'm back again to pickle your brains (which is normally JavaPF lol ;))

    Basically i've got some code below which removes all the whitespace from a text file.

    Originally it read through the...
Results 1 to 2 of 2