At the moment i play with that
It should change
hi,Baby!
hi , Baby!
hi ,Baby!
to
hi, Baby!
Now i would like to do the same with ".", but here i have the problem with urls;
i have no idea how to stop the regex inside url]...[/url
$newMessage = preg_replace("/([\w])( , | ,|,)([\w])/", "$1, $3", $newMessage);
It should change
hi,Baby!
hi , Baby!
hi ,Baby!
to
hi, Baby!
Now i would like to do the same with ".", but here i have the problem with urls;
i have no idea how to stop the regex inside url]...[/url