PauletteB
08-04-2002, 07:42 PM
What does one insert in the quotes to have a new line (or a return) replace any three or more occurrences of a white space? or is this even possible...
Everything I tried failed \r, \n, variables, etc...
xxx.replace(/\s{3,}/g, " ")
Thanxx
Everything I tried failed \r, \n, variables, etc...
xxx.replace(/\s{3,}/g, " ")
Thanxx