Search:

Type: Posts; User: leandro

Search: Search took 0.09 seconds.

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

    John you only need to put all the text from the file in inputString and my code will work
  2. [SOLVED] Re: Removing whitespace from text file

    Hi John,

    To remove the white space from the xml tag headers try this:


    String inputString = "askaslk asasas alsklas <s asa k>lallala <s asa k/> popp <a op/>";
    String regExp =...
Results 1 to 2 of 2