I have a string like this one text more text "empty space".
How can I replace the space in "empty space" and only this space with ###?
| |||||||||||||||||
feedback
|
|
How about this, with no regular expressions:
| |||
|
feedback
|
| |||||||||
feedback
|
| |||||
feedback
|
This should do it for you. http://www.php.net/manual/en/function.str-replace.php | |||||
feedback
|
|
Edited after you comments Maybe it's not the best solution, but you can do it like this:
| ||||
|
feedback
|