Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: How to make regular expression allows spaces between words

    Start with the first thing that is wrong in the output and work on changing the code to fix it. It is better when trying to correct code to minimize the problems and work on them one at a time...
  2. Re: How to make regular expression allows spaces between words

    I'm not any good with regular expressions. I never use them.

    Where would be the best place to control when a space was printed? Can a regExp be made to match the desired space so it would be...
  3. Re: How to make regular expression allows spaces between words

    Ok what needs to be changed to the print statement so that the desired spaces are printed?

    I notice that there are no comments for the regular expression to explain what its different parts are...
  4. Re: How to make regular expression allows spaces between words

    Ok, thank you.

    Can you describe what is wrong with the current output? What needs to change for it to be correct?
  5. Re: How to make regular expression allows spaces between words

    The code is missing the import statements that are required to compile it. Please post the necessary import statements.

    Why aren't there any comments in the program that describe what it is...
Results 1 to 5 of 5