Hello,
I want to reduce 2 or more spaces to just one space, example [space][space][space]Hello Would look like [space]Hello
I suppose to do it with preg_replace, but how?
Any help is appreciated
trim()