Hi,
another PCRE question for you. This is not important either. is there a way to replace a whitespace with a whitespace? for example
what I am getting when I echo the string is: today/\s/isPHP Code:$string="today is";
preg_replace("/\s/","/\s/",$string);
echo $string;
This is a low priority question for me. I am just curious
Thanks for reading!




Reply With Quote


Bookmarks