Re: [PHP] string modification

2003-07-03 Thread sven
thanks, this works. ciao SVEN Leif K-Brooks wrote: >> hi, >> >> i didn't find a function for this in the manual, but maybe there is >> one (or a workaround): >> >> does anyone have a solution for replacing multiple whitespaces with >> a single whitespace whitin a string? similar to trim(). maybe a

Re: [PHP] string modification

2003-07-03 Thread Leif K-Brooks
hi, i didn't find a function for this in the manual, but maybe there is one (or a workaround): does anyone have a solution for replacing multiple whitespaces with a single whitespace whitin a string? similar to trim(). maybe a regular expression? eg: $string = 'word1 word2 word3'; $modified